chore: 繁中服「銀心湖列車」復刻活動導航 (#13945)

This commit is contained in:
HY
2025-09-02 21:34:39 +08:00
committed by GitHub
parent b27748e327
commit 8bbdcb87b4

View File

@@ -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"]
}
}