Browse Source

Update README.md

pull/15/head
yuxian158 3 years ago
parent
commit
593a7a9001
  1. 35
      README.md

35
README.md

@ -38,7 +38,9 @@ @@ -38,7 +38,9 @@
#### 1.dailycheckin_scripts:
该文件夹下是https://github.com/sitoi/dailycheckin该项目的全部支持脚本[具体查看](https://github.com/yuxian158/check/dailycheckin_scripts/README.md)
该文件夹下是 [sitoi/dailycheckin](https://github.com/sitoi/dailycheckin) 该项目的全部支持脚本
[配置方式查看](https://github.com/yuxian158/check/dailycheckin_scripts/README.md)
## 使用方法
@ -93,6 +95,37 @@ pip3 install requests rsa tomli tomli_w beautifulsoup4 @@ -93,6 +95,37 @@ pip3 install requests rsa tomli tomli_w beautifulsoup4
2.当toml和json配置文件共存时优先使用toml文件
3.为避免未设置的签到项目推送,请注释掉未使用的项目
4.**更新支持了多账号**
toml配置方式
```toml
[[ACFUN]]
password = "Sitoi"
phone = "188xxxxxxxx"
[[ACFUN]]
password = "123456"
phone = "135xxxxxxxx"
```
json配置方式
```json
"ACFUN": [
{
"password": "Sitoi",
"phone": "18888xxxxxx"
},
{
"password": "多账号 密码填写,请参考上面",
"phone": "多账号 手机号填写,请参考上面"
}
],
```
## 其他
#### 1.关于 toml 的语法参考:

Loading…
Cancel
Save