mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-12 21:14:59 +08:00
Update dwnc.js
This commit is contained in:
parent
7a5f09d118
commit
24d0b8c4b1
2
dwnc.js
2
dwnc.js
@ -258,7 +258,7 @@ class UserInfo {
|
||||
"multi_times": async () => {
|
||||
if (Number(this.hours) == 8 || Number(this.hours) == 12 || Number(this.hours) == 18 || Number(this.hours) == 22) {
|
||||
console.log(`检测当前到达任务时间节点,开始执行任务`);
|
||||
//await this.task_receive(1, 1, "multi_times")//领取
|
||||
await this.task_receive(1, "multi_times")//领取
|
||||
} else {
|
||||
console.log(`检测未到达任务时间节点,不执行该任务`);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user