diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index 301eebfa9e..c877fe50aa 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -5030,6 +5030,20 @@ "Heart of Surging Flame" ] }, + "ClickedCorrectStageOrSwipe": { + "baseTask": "StartButton1", + "action": "DoNothing", + "reduceOtherTimes": [], + "next": [ + "ClickedCorrectStage", + "FullStageNavigation" + ] + }, + "StartButton1": { + "text": [ + "Start" + ] + }, "StartRecruit": { "text": [ "Recruit Now" diff --git a/resource/tasks.json b/resource/tasks.json index e34c232e00..5257fd29e2 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -3132,17 +3132,16 @@ "algorithm": "OcrDetect", "action": "ClickSelf", "text": [ - "Start", "开始行动" ], "cache": false, "preDelay": 500, "postDelay": 1000, "roi": [ - 1000, - 600, - 280, - 120 + 1038, + 640, + 206, + 46 ], "exceededNext": [ "StageSNReturnFlag",