From 9274b8da4ba7e5374523c8d26c136c6e3ab58ead Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:02:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SideStory=E3=80=8C=E9=93=B6=E5=BF=83?= =?UTF-8?q?=E6=B9=96=E5=88=97=E8=BD=A6=E3=80=8D=E6=B4=BB=E5=8A=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 84 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/resource/tasks.json b/resource/tasks.json index 2bd51daf71..357bf25654 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -1092,6 +1092,88 @@ 550 ] }, + "RS-8": { + "algorithm": "JustReturn", + "sub": [ + "RS-OpenOcr" + ], + "next": [ + "RS-8@SideStoryStage", + "RS-8@SwipeToStage" + ] + }, + "RS-7": { + "algorithm": "JustReturn", + "sub": [ + "RS-OpenOcr" + ], + "next": [ + "RS-7@SideStoryStage", + "RS-7@SwipeToStage" + ] + }, + "RS-6": { + "algorithm": "JustReturn", + "sub": [ + "RS-OpenOcr" + ], + "next": [ + "RS-6@SideStoryStage", + "RS-6@SwipeToStage" + ] + }, + "RS-OpenOcr": { + "action": "ClickSelf", + "algorithm": "OcrDetect", + "text": [ + "银心", + "列车", + "特快" + ], + "postDelay": 2000, + "roi": [ + 0, + 500, + 500, + 150 + ], + "next": [ + "RSChapterToRS" + ] + }, + "RSChapterToRS": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "cache": false, + "text": [ + "站台" + ], + "preDelay": 1000, + "roi": [ + 1027, + 443, + 158, + 137 + ], + "next": [ + "ChapterSwipeToTheRight" + ] + }, + "RS-8@SideStoryStage": { + "text": [ + "RS-8" + ] + }, + "RS-7@SideStoryStage": { + "text": [ + "RS-7" + ] + }, + "RS-9@SideStoryStage": { + "text": [ + "RS-9" + ] + }, "ZT-9": { "algorithm": "JustReturn", "sub": [ @@ -16266,4 +16348,4 @@ "Stop" ] } -} \ No newline at end of file +}