From 20faa49648271b653226e20ffb236da997d0351c Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Tue, 1 Aug 2023 19:29:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 101 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/resource/tasks.json b/resource/tasks.json index 35251acca4..963e481b40 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -817,6 +817,107 @@ ] ] }, + "SL-8": { + "algorithm": "JustReturn", + "sub": [ + "SL-Open" + ], + "next": [ + "SL-8@SideStoryStage", + "SL-8@SwipeToStage" + ] + }, + "SL-7": { + "algorithm": "JustReturn", + "sub": [ + "SL-Open" + ], + "next": [ + "SL-7@SideStoryStage", + "SL-7@SwipeToStage" + ] + }, + "SL-6": { + "algorithm": "JustReturn", + "sub": [ + "SL-Open" + ], + "next": [ + "SL-6@SideStoryStage", + "SL-6@SwipeToStage" + ] + }, + "SL-Open": { + "action": "ClickSelf", + "algorithm": "OcrDetect", + "text": [ + "火山", + "已开放" + ], + "postDelay": 2000, + "roi": [ + 0, + 500, + 500, + 150 + ], + "next": [ + "SLChapterToSL" + ] + }, + "SLChapterToSL": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "cache": false, + "text": [ + "温泉假日", + "温泉", + "假日" + ], + "preDelay": 1000, + "roi": [ + 1043, + 423, + 195, + 133 + ], + "next": [ + "ChapterSwipeToTheRight" + ] + }, + "SL-8@SideStoryStage": { + "text": [ + "SL-8" + ], + "roi": [ + 0, + 60, + 1280, + 550 + ] + }, + "SL-7@SideStoryStage": { + "text": [ + "SL-7" + ], + "roi": [ + 0, + 60, + 1280, + 550 + ] + }, + "SL-6@SideStoryStage": { + "text": [ + "SL-6" + ], + "roi": [ + 0, + 60, + 1280, + 550 + ] + }, "HE-8": { "algorithm": "JustReturn", "sub": [