mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 21:58:03 +08:00
📝 完善配置文件目录想过文档。
This commit is contained in:
parent
bf0626da3a
commit
0fc0744ca5
@ -8,9 +8,9 @@
|
||||
|
||||
Clone 地址: [https://github.com/Sitoi/dailycheckin.git](https://github.com/Sitoi/dailycheckin.git)
|
||||
|
||||
## 二、拷贝 `config.template.json` 到 `config.json` 并修改
|
||||
## 二、拷贝 `config/config.template.json` 到 `config/config.json` 并修改
|
||||
|
||||
参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json`
|
||||
参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config/config.json`
|
||||
|
||||
## 三、安装 Pypi 依赖包
|
||||
|
||||
|
@ -142,7 +142,7 @@
|
||||
|
||||
1. 退出手机营业厅登录,然后开启抓包软件,登录手机营业厅
|
||||
|
||||
查找网址为 `https://m.client.10010.com/mobileService/login.htm` 的记录,找到请求内容,将 `simCount` 开始到最后的内容按要求填入 `config.json` 文件。
|
||||
查找网址为 `https://m.client.10010.com/mobileService/login.htm` 的记录,找到请求内容,将 `simCount` 开始到最后的内容按要求填入 `config/config.json` 文件。
|
||||
|
||||
**样例**
|
||||
|
||||
@ -187,7 +187,7 @@
|
||||
> 请务必到 [http://www.json.cn](http://www.json.cn) 网站检查 `config.json` 文件格式是否正确!
|
||||
|
||||
|
||||
配置文件:`config.json`
|
||||
配置文件:`config/config.json`
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -10,9 +10,9 @@
|
||||
|
||||
Clone 地址: [https://github.com/Sitoi/dailycheckin.git](https://github.com/Sitoi/dailycheckin.git)
|
||||
|
||||
## 二、拷贝 `config.template.json` 到 `config.json` 并修改
|
||||
## 二、拷贝 `config/config.template.json` 到 `config/config.json` 并修改
|
||||
|
||||
参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json`
|
||||
参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config/config.json`
|
||||
|
||||
## 三、上传至【腾讯云函数】
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user