docs: 修改README.md文件
This commit is contained in:
parent
cd0078c10c
commit
2acf2acd52
19
README.md
19
README.md
|
@ -12,6 +12,8 @@
|
||||||
+ 首次打开会在 ```config\config.yml```生成默认配置文件
|
+ 首次打开会在 ```config\config.yml```生成默认配置文件
|
||||||
+ 生成配置文件后第一次打开会自动安装无头浏览器,可能需要耐心等待
|
+ 生成配置文件后第一次打开会自动安装无头浏览器,可能需要耐心等待
|
||||||
+ 再次打开即可运行
|
+ 再次打开即可运行
|
||||||
|
+ windows环境推荐直接打开浏览器扫码或者在控制台出现二维码后打开当前目录```screen.png```进行扫码
|
||||||
|
+ 其他无头浏览环境请配置[pushplus](http://www.pushplus.plus/) 推送进行扫码
|
||||||
|
|
||||||
## 配置文件
|
## 配置文件
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -31,25 +33,30 @@ model: 3
|
||||||
# trace
|
# trace
|
||||||
log_level: "info"
|
log_level: "info"
|
||||||
|
|
||||||
# 是否显示浏览器,linux环境请关闭该选项,否则会引发错误
|
# 是否显示浏览器
|
||||||
show_browser: true
|
show_browser: true
|
||||||
|
|
||||||
# 推送信息配置,建议使用钉钉
|
|
||||||
push:
|
push:
|
||||||
ding:
|
ding:
|
||||||
enable: false
|
enable: false
|
||||||
access_token: ""
|
access_token: ""
|
||||||
secret: ""
|
secret: ""
|
||||||
|
|
||||||
tg:
|
tg:
|
||||||
enable: false
|
enable: false
|
||||||
chat_id: ""
|
chat_id: ""
|
||||||
token: ""
|
token: ""
|
||||||
# 是否启用定时功能
|
# 目前仅支持pushplus推送二维码,默认建议实验pushplus推送
|
||||||
|
# pushplus使用方法见:http://www.pushplus.plus/
|
||||||
|
push_plus:
|
||||||
|
enable: true
|
||||||
|
token: ""
|
||||||
|
|
||||||
|
|
||||||
cron: ""
|
cron: ""
|
||||||
```
|
```
|
||||||
|
> 当前控制台二维码扫描可能出现二维码已过期的情况,请直接浏览扫码或者采用[pushplus](http://www.pushplus.plus/) 推送扫码
|
||||||
> 已知bug:
|
|
||||||
> 偶尔二维码会出现不能扫描的问题,等待解决中
|
|
||||||
|
|
||||||
## 申明,该项目仅用于学习。
|
## 申明,该项目仅用于学习。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue