From 8bbdcb87b487b3ce9d2dbac5d2c63fdceaaa8d2b Mon Sep 17 00:00:00 2001 From: HY <45387477+momomochi987@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:34:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=B9=81=E4=B8=AD=E6=9C=8D=E3=80=8C?= =?UTF-8?q?=E9=8A=80=E5=BF=83=E6=B9=96=E5=88=97=E8=BB=8A=E3=80=8D=E5=BE=A9?= =?UTF-8?q?=E5=88=BB=E6=B4=BB=E5=8B=95=E5=B0=8E=E8=88=AA=20(#13945)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../global/txwy/resource/tasks/Stages/RS.json | 53 ++++++++++++++++++- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/resource/global/txwy/resource/tasks/Stages/RS.json b/resource/global/txwy/resource/tasks/Stages/RS.json index 57e6b1b9f7..58cd254d69 100644 --- a/resource/global/txwy/resource/tasks/Stages/RS.json +++ b/resource/global/txwy/resource/tasks/Stages/RS.json @@ -1,8 +1,57 @@ { + "RS-OpenOpt": { + "algorithm": "JustReturn", + "next": ["RS-OpenOcr", "RS-Open"] + }, + "RS-Open": { + "baseTask": "SS-Open", + "template": ["StageSideStory.png", "StageActivity.png"], + "next": ["RSChapterToRS"] + }, + "RS-8": { + "algorithm": "JustReturn", + "sub": ["RS-8@RS-OpenOpt"], + "next": ["RS-8@SideStoryStage", "RS-8@SwipeToStage"] + }, + "RS-7": { + "algorithm": "JustReturn", + "sub": ["RS-7@RS-OpenOpt"], + "next": ["RS-7@SideStoryStage", "RS-7@SwipeToStage"] + }, + "RS-6": { + "algorithm": "JustReturn", + "sub": ["RS-6@RS-OpenOpt"], + "next": ["RS-6@SideStoryStage", "RS-6@SwipeToStage"] + }, + "RS-5": { + "algorithm": "JustReturn", + "sub": ["RS-5@RS-OpenOpt"], + "next": ["RS-5@SideStoryStage", "RS-5@SwipeToStage"] + }, "RS-OpenOcr": { - "text": ["銀心", "列車", "特快"] + "baseTask": "SS-OpenOcr", + "text": ["銀心", "列車", "特快"], + "next": ["RSChapterToRS"] }, "RSChapterToRS": { - "text": ["月台"] + "algorithm": "OcrDetect", + "action": "ClickSelf", + "ocrReplace": [["月合", "月台"]], + "text": ["月台"], + "preDelay": 1000, + "roi": [1027, 443, 158, 137], + "next": ["#self", "ChapterSwipeToTheRight"] + }, + "RS-8@SideStoryStage": { + "text": ["RS-8"] + }, + "RS-7@SideStoryStage": { + "text": ["RS-7"] + }, + "RS-6@SideStoryStage": { + "text": ["RS-6"] + }, + "RS-5@SideStoryStage": { + "text": ["RS-5"] } }