File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ group.baicizhan.com
1717[Script]
1818http-request ^https://group\.baicizhan\.com/group/rewards? script-path =https://raw.githubusercontent.com/chavyleung/scripts/master/bcz/bcz.cookie.js
1919
20- cron " 0 8-24/4 * * *" script-path =https://raw.githubusercontent.com/chavyleung/scripts/master/bcz/bcz.js
20+ cron " 0 50 23 * * *" script-path =https://raw.githubusercontent.com/chavyleung/scripts/master/bcz/bcz.js
2121```
2222
2323## 配置 (QuanX)
@@ -31,7 +31,7 @@ group.baicizhan.com
3131^https://group\.baicizhan\.com/group/rewards? url script-request-header bcz.cookie.js
3232
3333[task_local]
34- 0 8-24/4 * * * bcz.js
34+ 50 23 * * * bcz.js
3535```
3636
3737## 说明
@@ -49,7 +49,8 @@ group.baicizhan.com
4949
5050> 第 1 条脚本是用来获取 cookie 的, 用浏览器访问一次获取 cookie 成功后就可以删掉或注释掉了, 但请确保在` 登录成功 ` 后再获取 cookie.
5151
52- > 第 2 条脚本是签到脚本, 每天` 8-24点每4小时 ` 执行一次.
52+ > 第 2 条脚本是签到脚本, 每天` 23:50 ` 执行一次.
53+ 7 . 也可将脚本的cron语法自行更改,如我设置成 ` 0 */4 * * * ` 则每4小时可提醒我背单词
5354
5455## 常见问题
5556
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ function check(cb) {
2626 subTitle += `成功`
2727 detail = `获取铜板数${ signinfo . data . reward [ 2 ] } `
2828 } else {
29- subTitle += `失败(重复签到) `
29+ subTitle += `今天的铜板已经领取,但是单词还是可以继续背的 `
3030 }
3131 } else {
32- detail = `状态: ${ signinfo . message } `
32+ detail = `状态: 还玩手机?快去背单词 `
3333 subTitle += '失败'
3434 }
3535 senku . msg ( title , subTitle , detail )
You can’t perform that action at this time.
0 commit comments