From 5706abcbd3d8bcecff23aae41c4ad7b1c3100e9e Mon Sep 17 00:00:00 2001 From: MistEO Date: Thu, 23 Dec 2021 22:23:58 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E4=BF=AE=E5=A4=8D=E5=90=83=E7=90=86?= =?UTF-8?q?=E6=99=BA=E8=8D=AF/=E5=90=83=E7=9F=B3=E5=A4=B4=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=BC=80=E5=A7=8B=E8=A1=8C=E5=8A=A8=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=E8=A2=AB=E6=B8=85=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 30980b1486..29c00edbc6 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -99,7 +99,8 @@ "SwipeToStageBI8": { "algorithm": "justReturn", "action": "swipeToTheRight", - "maxTimes": 3, + "maxTimes": 20, + "maxTimes_Doc": "SwipeToStageBI8是JustReturn的,为了避免无限卡在这里,设个上限", "exceededNext": [ "StageBI8" ], @@ -160,7 +161,7 @@ "SwipeToStageBI7": { "algorithm": "justReturn", "action": "swipeToTheRight", - "maxTimes": 3, + "maxTimes": 20, "exceededNext": [ "StageBI7" ], @@ -547,7 +548,6 @@ }, "MedicineConfirm": { "action": "clickSelf", - "maxTimes": 0, "roi": [ 1000, 500, @@ -579,7 +579,6 @@ "StoneConfirm": { "template": "MedicineConfirm.png", "action": "clickSelf", - "maxTimes": 0, "roi": [ 1000, 500,