From ba7573635a9a2cbe68367077ab6265d51f4cbde3 Mon Sep 17 00:00:00 2001 From: David <56174894+Constrat@users.noreply.github.com> Date: Sun, 23 Jul 2023 23:18:35 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Manual=20stage=20navigation=20for=20EN?= =?UTF-8?q?=20(fix=20#4874)=20I=20have=20no=20clue=20why=20having=20the=20?= =?UTF-8?q?StartButton1=20in=20the=20two=20files=20(official=20and=20Yosta?= =?UTF-8?q?rEN)=20does=20not=20work.=20I've=20tried=20everything=20from=20?= =?UTF-8?q?Ascii,=20fullMatch,=20copying=20the=20entire=20task,=20but=20no?= =?UTF-8?q?thing=20worked.=20This=20was=20the=20only=20solution=20I=20foun?= =?UTF-8?q?d.=20Also=20inverting=20"Start"=20with=20"=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E8=A1=8C=E5=8A=A8"=20won't=20make=20it=20work=20in=20one=20of?= =?UTF-8?q?=20the=20two=20servers.=20I've=20tested=20in=20both=20and=20it?= =?UTF-8?q?=20seems=20to=20work=20properly.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/global/YoStarEN/resource/tasks.json | 5 ----- resource/tasks.json | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index 5b301646ea..ef1333b835 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -4818,11 +4818,6 @@ "Heart of Surging Flame" ] }, - "StartButton1": { - "text": [ - "Start" - ] - }, "StartRecruit": { "text": [ "Recruit Now" diff --git a/resource/tasks.json b/resource/tasks.json index 3fbe2d7e08..c7713df11b 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -3022,6 +3022,7 @@ "algorithm": "OcrDetect", "action": "ClickSelf", "text": [ + "Start", "开始行动" ], "cache": false,