Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Changed:configuration segments format
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiaH committed Mar 4, 2021
1 parent 8edeb8b commit 1a9f69d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/config_example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
; 以下填写均不需要引号!
; ###########################
[config]
; 如果想开启定时打卡,则将 enable 设置为 true,默认为 false 不开启
timer_enable = false
; 如果想开启定时打卡,则将 enable 设置为 on,默认为 off 不开启
timer_enable = off

; 开启定时打卡后必须设定打卡时间,如6点5分则输入06.05
set_time = 06.05

; 如果想开启多账户,则将 multiple_enable 设置为 true,默认为 false 不开启
; 如果想开启多账户,则将 multiple_enable 设置为 on,默认为 off 不开启
; 开启后必须将信息写入account.csv文件
multiple_enable = false
multiple_enable = off

; 微信推送全局开关
; 使用了Server酱的推送服务
; 如果需要微信推送打卡结果,则将 enable 设置为 true,默认为 false 不开启
wechat_enable = false
; 如果需要微信推送打卡结果,则将 enable 设置为 on,默认为 off 不开启
wechat_enable = off

; 邮件推送全局开关
; 如果需要邮件推送打卡结果,则将 email_enable 设置为 true,默认为 false 不开启
email_enable = false
; 如果需要邮件推送打卡结果,则将 email_enable 设置为 on,默认为 off 不开启
email_enable = off

[bot_email]
; 负责推送的邮箱
Expand Down

0 comments on commit 1a9f69d

Please sign in to comment.