修改文档
This commit is contained in:
parent
7e57007cc0
commit
6b74ec2de4
|
@ -26,8 +26,8 @@ push:
|
||||||
enable: false
|
enable: false
|
||||||
access_token: ""
|
access_token: ""
|
||||||
secret: ""
|
secret: ""
|
||||||
# 目前仅支持pushplus推送二维码,默认建议使用pushplus推送
|
# 目前仅支持push-plus推送二维码,默认建议使用push-plus推送
|
||||||
# pushplus使用方法见:http://www.pushplus.plus/
|
# push-plus使用方法见:http://www.pushplus.plus/
|
||||||
push_plus:
|
push_plus:
|
||||||
enable: false
|
enable: false
|
||||||
token: ""
|
token: ""
|
||||||
|
@ -37,6 +37,7 @@ tg:
|
||||||
enable: false
|
enable: false
|
||||||
chat_id: 0
|
chat_id: 0
|
||||||
token: ""
|
token: ""
|
||||||
|
# telegram的代理,不配置默认走系统代理
|
||||||
proxy: ""
|
proxy: ""
|
||||||
# 自定义tg的api,可通过cloudflare搭建,需自备域名
|
# 自定义tg的api,可通过cloudflare搭建,需自备域名
|
||||||
custom_api: "https://api.telegram.org"
|
custom_api: "https://api.telegram.org"
|
||||||
|
@ -68,7 +69,7 @@ wechat:
|
||||||
login_temp_id: ""
|
login_temp_id: ""
|
||||||
# 发送普通消息需要使用的消息模板
|
# 发送普通消息需要使用的消息模板
|
||||||
# 模板标题:随意 模板内容: {{data.DATA}}
|
# 模板标题:随意 模板内容: {{data.DATA}}
|
||||||
normal_temp_id: "-6Q"
|
normal_temp_id: ""
|
||||||
# xxqg会每隔两小时左右检查所有用户的ck有效性,若开启该选项,会在检查失败时推送提醒消息
|
# xxqg会每隔两小时左右检查所有用户的ck有效性,若开启该选项,会在检查失败时推送提醒消息
|
||||||
push_login_warn: false
|
push_login_warn: false
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ model: 3
|
||||||
log_level: "info"
|
log_level: "info"
|
||||||
|
|
||||||
# 是否显示浏览器
|
# 是否显示浏览器
|
||||||
show_browser: true
|
show_browser: false
|
||||||
|
|
||||||
# 跳转学习强国的scheme,默认使用本仓库的action自建scheme,若需自行修改,可直接复制仓库下/docs/scheme.html到任意静态文件服务器
|
# 跳转学习强国的scheme,默认使用本仓库的action自建scheme,若需自行修改,可直接复制仓库下/docs/scheme.html到任意静态文件服务器
|
||||||
scheme: "https://johlanse.github.io/study_xxqg/scheme.html?"
|
scheme: "https://johlanse.github.io/study_xxqg/scheme.html?"
|
||||||
|
@ -31,10 +31,10 @@ push:
|
||||||
enable: false
|
enable: false
|
||||||
access_token: ""
|
access_token: ""
|
||||||
secret: ""
|
secret: ""
|
||||||
# 目前仅支持pushplus推送二维码,默认建议使用pushplus推送
|
# 目前仅支持push-plus推送二维码,默认建议使用push-plus推送
|
||||||
# pushplus使用方法见:http://www.pushplus.plus/
|
# push-plus使用方法见:http://www.pushplus.plus/
|
||||||
push_plus:
|
push_plus:
|
||||||
enable: true
|
enable: false
|
||||||
token: ""
|
token: ""
|
||||||
|
|
||||||
# telegram交互模式配置
|
# telegram交互模式配置
|
||||||
|
@ -42,7 +42,10 @@ tg:
|
||||||
enable: false
|
enable: false
|
||||||
chat_id: 0
|
chat_id: 0
|
||||||
token: ""
|
token: ""
|
||||||
|
# telegram的代理,不配置默认走系统代理
|
||||||
proxy: ""
|
proxy: ""
|
||||||
|
# 自定义tg的api,可通过cloudflare搭建,需自备域名
|
||||||
|
custom_api: "https://api.telegram.org"
|
||||||
|
|
||||||
# 网页端配置
|
# 网页端配置
|
||||||
web:
|
web:
|
||||||
|
@ -50,12 +53,31 @@ web:
|
||||||
enable: true
|
enable: true
|
||||||
#
|
#
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 80
|
port: 8080
|
||||||
# 网页端登录账号
|
# 网页端登录账号
|
||||||
account: admin
|
account: admin
|
||||||
# 网页端登录密码
|
# 网页端登录密码
|
||||||
password: admin
|
password: admin
|
||||||
|
|
||||||
|
# 微信公众号测试号配置
|
||||||
|
wechat:
|
||||||
|
# 是否启用
|
||||||
|
enable: false
|
||||||
|
# 开发者平台设置的token
|
||||||
|
token: ""
|
||||||
|
# 开发者平台的secret
|
||||||
|
secret: ""
|
||||||
|
# 开发者平台的appId
|
||||||
|
app_id: ""
|
||||||
|
# 发送登录消息需要使用的消息模板
|
||||||
|
# 模板标题,随意 模板内容: 点我登录,然后在浏览器中打开!!
|
||||||
|
login_temp_id: ""
|
||||||
|
# 发送普通消息需要使用的消息模板
|
||||||
|
# 模板标题:随意 模板内容: {{data.DATA}}
|
||||||
|
normal_temp_id: ""
|
||||||
|
# xxqg会每隔两小时左右检查所有用户的ck有效性,若开启该选项,会在检查失败时推送提醒消息
|
||||||
|
push_login_warn: false
|
||||||
|
|
||||||
# 登录重试配置
|
# 登录重试配置
|
||||||
retry:
|
retry:
|
||||||
# 重试次数
|
# 重试次数
|
||||||
|
@ -68,7 +90,10 @@ retry:
|
||||||
# 设置是否定时执行学习程序,格式为cron格式
|
# 设置是否定时执行学习程序,格式为cron格式
|
||||||
# "9 19 * * *" 每天19点9分执行一次
|
# "9 19 * * *" 每天19点9分执行一次
|
||||||
# "* 10 * * *” 每天早上十点执行一次
|
# "* 10 * * *” 每天早上十点执行一次
|
||||||
cron: ""
|
cron: "0 0 * * *"
|
||||||
|
|
||||||
|
# 定时任务随机等待时间,单位:分钟
|
||||||
|
cron_random_wait: 0
|
||||||
|
|
||||||
#windows环境自定义浏览器路径,仅支持chromium系列
|
#windows环境自定义浏览器路径,仅支持chromium系列
|
||||||
edge_path: ""
|
edge_path: ""
|
||||||
|
@ -78,4 +103,11 @@ qr_code: false
|
||||||
|
|
||||||
# 启动时等待时间,为了防止代理启动比软件慢而报错,默认不等待,单位秒
|
# 启动时等待时间,为了防止代理启动比软件慢而报错,默认不等待,单位秒
|
||||||
start_wait: 0
|
start_wait: 0
|
||||||
|
|
||||||
|
# 专项答题可接受的最小分值,因一天重复运行的时候,若专项答题未能答满会继续答新的一套题,会浪费题
|
||||||
|
special_min_score: 10
|
||||||
|
|
||||||
|
# 题目搜索的顺序,为true则从2018年最开始搜题,否则从现在最新开始搜题
|
||||||
|
reverse_order: false
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue