mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
A
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user