From 94e6fabb76fd2cbdf92cad7544b87944e3d3f043 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sat, 20 Sep 2025 14:02:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20GO=20=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks/Stages/GO.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resource/tasks/Stages/GO.json b/resource/tasks/Stages/GO.json index 24b4f608e8..789b73f249 100644 --- a/resource/tasks/Stages/GO.json +++ b/resource/tasks/Stages/GO.json @@ -36,10 +36,13 @@ "GOChapterToGO": { "algorithm": "OcrDetect", "action": "ClickSelf", - "text": ["无名之勋", "名之", "名"], + "text": ["无名之勋", "之", "名"], "doc": "单走一个【名】的原因:https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/10843", "preDelay": 3000, "roi": [914, 579, 101, 34], + "withoutDet": true, + "useRaw": false, + "binThreshold": [200, 255], "next": ["#self", "ChapterSwipeToTheRight"] }, "GO-9@SideStoryStage": {