committed by
GitHub
@@ -128,7 +128,7 @@ function index(info=false) {
|
||||
await $.wait(5000)
|
||||
}
|
||||
}
|
||||
else if (task.type === 16 || task.type===3 || task.type===5 || task.type===17) {
|
||||
else if (task.type === 16 || task.type===3 || task.type===5 || task.type===17 || task.type===21) {
|
||||
for (let i = task.doTimes; i < task.times; ++i) {
|
||||
console.log(`去做${task.name}任务 ${i+1}/${task.times}`)
|
||||
await doTask(task.type, task.jump.params.url)
|
||||
|
||||
Reference in New Issue
Block a user