From e8dcfeed7ae21450c40c463b19ee149bf7e85ab6 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:33:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=88=90=E5=8A=9F=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E5=87=8F=E5=B0=91=E4=BB=BB=E5=8A=A1=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E8=AE=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 7dd9351013..1e09a4b982 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -2725,7 +2725,6 @@ "EndOfAction": { "Doc": "本任务注册了插件 StageDropsTaskPlugin", "roi": [0, 290, 70, 60], - "reduceOtherTimes": ["FightMissionFailed"], "next": ["ClickCorner"] }, "EndOfActionThenStop": { @@ -2910,7 +2909,7 @@ "roi": [36, 226, 482, 269], "next": ["EndOfAction", "OfflineConfirm", "StartUpThemes#next", "StartButton1"], "maxTimes": 3, - "maxTimesDoc": "这是失败次数的限制,超过此限制会停止任务,但每成功一次 EndOfAction 会减少一次失败次数", + "maxTimesDoc": "这是失败次数的限制,超过此限制会停止任务", "exceededNext": ["FightMissionFailedAndStop"], "onErrorNext": ["ClickCornerAfterPRTS"] },