From e7816ff64125433ec6ce3df4980d260c7cc1cbc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E5=BC=A6?= Date: Sun, 10 Apr 2022 10:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E6=B6=88=E6=81=AF=E6=8E=A8?= =?UTF-8?q?=E9=80=81APP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 26ea058..ebbcd44 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ cd /ql/db/ && rm database.sqlite && cp database.sqlite.back database.sqlite #v2. cd /ql/db/ && rm crontab.db && cp crontab.db.back crontab.db #v2.11- ``` -5.**更新支持了多账号** +### 4.**更新支持了多账号** toml配置方式 @@ -131,17 +131,27 @@ json配置方式 ```json "ACFUN" : [ { - "password": "Sitoi", - "phone": "18888xxxxxx" + "password": "Sitoi", + "phone": "18888xxxxxx" }, - { - "password": "多账号 密码填写,请参考上面", - "phone": "多账号 手机号填写,请参考上面" - } - ], +{ +"password": "多账号 密码填写,请参考上面", +"phone": "多账号 手机号填写,请参考上面" +} +], ``` -5.通知配置来自于青龙的config.sh +### 5.通知配置 + +来自于青龙的config.sh + +**在2022.4.10更新接入消息推送APP** + +环境变量为设置别名的内容 + +```shell +export MI_PUSH_ALIAS="********" +``` ## 其他 @@ -150,7 +160,9 @@ json配置方式 * [toml-lang/toml](https://github.com/toml-lang/toml) * [中文知乎介绍](https://zhuanlan.zhihu.com/p/50412485) * [TOML 教程中文版](https://toml.io/cn/v1.0.0) + #### 2.排错指引 + 1.在sitoi/dailycheckin的某次更新中修改了键名,请尽量删除原配置文件后重新配置 2.本库找配置文件时使用了正则表达式,在最外层配置时可以不区分大小写,且只要包含字段就可以,甚至可以写中文(强烈不建议这么写,貌似toml不支持)