mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
领现金增加逛隐藏任务得随机助力
This commit is contained in:
parent
147c45edb0
commit
9f2bfd3d64
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user