study_xxqg/lib/config_default.yml

38 lines
628 B
YAML
Raw Normal View History

# 刷课模式默认为3
2021-11-12 07:46:33 +00:00
# 1只刷文章何视频
# 2只刷文章和视频和每日答题
# 3刷文章和视频和每日答题每周答题和专项答题
model: 3
2021-11-12 07:46:33 +00:00
# 日志等级
# panic
# fatal
# error
# warn, warning
# info
# debug
# trace
log_level: "info"
# 是否显示浏览器
show_browser: true
push:
ding:
enable: false
access_token: ""
secret: ""
2021-11-22 12:10:24 +00:00
tg:
enable: false
chat_id: ""
token: ""
2021-11-22 12:20:01 +00:00
# 目前仅支持pushplus推送二维码默认建议使用pushplus推送
2021-11-22 12:10:24 +00:00
# pushplus使用方法见http://www.pushplus.plus/
push_plus:
enable: true
token: ""
cron: ""