领现金增加逛隐藏任务得随机助力
This commit is contained in:
@@ -128,7 +128,7 @@ function index(info=false) {
|
|||||||
await $.wait(5000)
|
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) {
|
for (let i = task.doTimes; i < task.times; ++i) {
|
||||||
console.log(`去做${task.name}任务 ${i+1}/${task.times}`)
|
console.log(`去做${task.name}任务 ${i+1}/${task.times}`)
|
||||||
await doTask(task.type, task.jump.params.url)
|
await doTask(task.type, task.jump.params.url)
|
||||||
|
Reference in New Issue
Block a user