修复bug
This commit is contained in:
parent
0d671ee032
commit
12b75076a5
@ -11,11 +11,13 @@ function start() {
|
|||||||
sleep(3000);
|
sleep(3000);
|
||||||
while (textContains("运动+").exists()) {
|
while (textContains("运动+").exists()) {
|
||||||
textContains("运动+").findOnce().click();
|
textContains("运动+").findOnce().click();
|
||||||
toast("收集运动卡币"); sleep(3000);
|
toast("收集运动卡币");
|
||||||
|
sleep(3000);
|
||||||
}
|
}
|
||||||
while (textContains("任务+").exists()) {
|
while (textContains("任务+").exists()) {
|
||||||
textContains("任务+").findOnce().click();
|
textContains("任务+").findOnce().click();
|
||||||
toast("收集任务卡币"); sleep(3000);
|
toast("收集任务卡币");
|
||||||
|
sleep(3000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
doTask();
|
doTask();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user