From 463c930ea419f517e64afbe59913b7a58b5f8f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=9B?= Date: Sun, 1 Aug 2021 10:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 +++++++++++++++++++----- config.json | 22 ---------------------- 2 files changed, 19 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 10541e0..eec2ed5 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,26 @@ ### 1拉取仓库 -ql repo https://github.com/yuxian158/check.git "ck" "^checksendNotify|^getENV" +**进入容器后运行以下命令**(docker exec -it ql bash)修改ql为你的青龙容器名字 + +``` +ql repo https://github.com/yuxian158/check.git "ck_" "" "checksendNotify|getENV" +cp /ql/repo/yuxian158_check/config.json /ql/config/check.json +``` ### 2配置 -可以参见原文档的config.json +然后不出意外的话你可以在青龙面板的配置文件下找到check.json文件 + +然后根据原文档修改配置[这里](https://sitoi.gitee.io/dailycheckin/settings/) + +## 修改说明 + +### 1**添加了葫芦侠的签到配置** + +​ 参数说明:`user`:用户名 `password`:密码的md532位小写加密[生成](https://md5jiami.bmcx.com/) + +## 其他说明 + +1.本库直接使用了青龙的通知配置 -[这里](https://sitoi.gitee.io/dailycheckin/settings/) -编辑好后放入青龙目录/ql/config/check.json -😘记得修改文件名字 diff --git a/config.json b/config.json index 9035bac..8a13e83 100644 --- a/config.json +++ b/config.json @@ -1,26 +1,4 @@ { - "DINGTALK_SECRET": "", - "DINGTALK_ACCESS_TOKEN": "", - "SCKEY": "", - "SENDKEY": "", - "BARK_URL": "", - "QMSG_KEY": "", - "QMSG_TYPE": "", - "TG_BOT_TOKEN": "", - "TG_USER_ID": "", - "TG_API_HOST": "", - "TG_PROXY": "", - "COOLPUSHSKEY": "", - "COOLPUSHQQ": true, - "COOLPUSHWX": true, - "COOLPUSHEMAIL": true, - "QYWX_KEY": "", - "QYWX_CORPID": "", - "QYWX_AGENTID": "", - "QYWX_CORPSECRET": "", - "QYWX_TOUSER": "", - "PUSHPLUS_TOKEN": "", - "PUSHPLUS_TOPIC": "", "CITY_NAME_LIST": [ "上海" ],