This commit is contained in:
smallfawn
2025-03-01 09:39:22 +08:00
parent 0fcc1f9787
commit 5bd76df7ce
2 changed files with 0 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ class Task extends Public {
async run() { async run() {
$.log(`随机延迟5-10分钟`) $.log(`随机延迟5-10分钟`)
await $.wait(Math.floor(Math.random() * 600000) + 300000)
await this.openbox() await this.openbox()

View File

@@ -185,7 +185,6 @@ class Task extends Public {
async run() { async run() {
//随机延迟5-10分钟 //随机延迟5-10分钟
$.log(`随机延迟5-10分钟`) $.log(`随机延迟5-10分钟`)
await $.wait(Math.floor(Math.random() * 600000) + 300000)
await this.signIn() await this.signIn()