From dc545a3ba50baf2e1e5d2ab5ec24f56326fe0637 Mon Sep 17 00:00:00 2001 From: Sherkey Asher <57581480+SherkeyXD@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:58:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SideStory=E3=80=8C=E7=9B=B8=E8=A7=81?= =?UTF-8?q?=E6=AC=A2=E3=80=8D=E5=AF=BC=E8=88=AA=20(#11597)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/resource/tasks.json b/resource/tasks.json index cb44e09838..a2f9867b3a 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -804,6 +804,60 @@ "text": ["黄", "金"], "roi": [744, 264, 38, 35] }, + "OR-9": { + "algorithm": "JustReturn", + "sub": ["OR-OpenOpt"], + "next": ["OR-9@SideStoryStage", "OR-9@SwipeToStage"] + }, + "OR-9@SideStoryStage": { + "text": ["OR-9"] + }, + "OR-8": { + "algorithm": "JustReturn", + "sub": ["OR-OpenOpt"], + "next": ["OR-8@SideStoryStage", "OR-8@SwipeToStage"] + }, + "OR-8@SideStoryStage": { + "text": ["OR-8"] + }, + "OR-7": { + "algorithm": "JustReturn", + "sub": ["OR-OpenOpt"], + "next": ["OR-7@SideStoryStage", "OR-7@SwipeToStage"] + }, + "OR-7@SideStoryStage": { + "text": ["OR-7"] + }, + "OR-4": { + "algorithm": "JustReturn", + "sub": ["OR-OpenOpt"], + "next": ["OR-4@SideStoryStage", "OR-4@SwipeToStage"] + }, + "OR-4@SideStoryStage": { + "text": ["OR-4"] + }, + "OR-OpenOpt": { + "algorithm": "JustReturn", + "next": ["OR-OpenOcr", "OR-Open"] + }, + "OR-Open": { + "baseTask": "SS-Open", + "template": "StageSideStory.png", + "next": ["ORChapterToOR"] + }, + "OR-OpenOcr": { + "baseTask": "SS-OpenOcr", + "text": ["相见欢", "阅世情", "怅别离"], + "next": ["ORChapterToOR"] + }, + "ORChapterToOR": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "text": ["识七味", "识七", "七味"], + "preDelay": 3000, + "roi": [786, 478, 201, 144], + "next": ["#self", "ChapterSwipeToTheRight"] + }, "BP-5": { "algorithm": "JustReturn", "sub": ["BP-OpenOpt"],