领现金增加逛隐藏任务得随机助力

This commit is contained in:
anonymous
2021-01-13 10:39:16 +08:00
parent 8732a720c5
commit a31387a1ef

View File

@@ -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)