From 12b75076a588276920097bd44ee6f22d1bf85da0 Mon Sep 17 00:00:00 2001 From: loong Date: Wed, 21 Jul 2021 09:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RanDongXiaJi.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RanDongXiaJi.js b/RanDongXiaJi.js index b9dfec3..66f3b26 100644 --- a/RanDongXiaJi.js +++ b/RanDongXiaJi.js @@ -11,11 +11,13 @@ function start() { sleep(3000); while (textContains("运动+").exists()) { textContains("运动+").findOnce().click(); - toast("收集运动卡币"); sleep(3000); + toast("收集运动卡币"); + sleep(3000); } while (textContains("任务+").exists()) { textContains("任务+").findOnce().click(); - toast("收集任务卡币"); sleep(3000); + toast("收集任务卡币"); + sleep(3000); } } doTask();