From ee6877c111b7c8ec45dfde519252f3ff910bdb26 Mon Sep 17 00:00:00 2001 From: HY <45387477+momomochi987@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:22:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=86=8D=E5=BA=A6=E8=AA=BF=E6=95=B4?= =?UTF-8?q?=E7=B9=81=E4=B8=AD=E6=9C=8D=E3=80=8C=E5=B4=94=E6=9E=97=E7=89=B9?= =?UTF-8?q?=E7=88=BE=E6=A2=85=E4=B9=8B=E9=87=91=C2=B7=E5=BE=A9=E5=88=BB?= =?UTF-8?q?=E3=80=8D=E6=B4=BB=E5=8B=95=E5=B0=8E=E8=88=AA=20(#13519)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../global/txwy/resource/tasks/Stages/ZT.json | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/resource/global/txwy/resource/tasks/Stages/ZT.json b/resource/global/txwy/resource/tasks/Stages/ZT.json index 3400bb7ae6..fe99b78887 100644 --- a/resource/global/txwy/resource/tasks/Stages/ZT.json +++ b/resource/global/txwy/resource/tasks/Stages/ZT.json @@ -1,8 +1,48 @@ { + "ZT-9": { + "algorithm": "JustReturn", + "sub": ["ZT-9@ZT-OpenOpt"], + "next": ["ZT-9@SideStoryStage", "ZT-9@SwipeToStage"] + }, + "ZT-9@SideStoryStage": { + "text": ["ZT-9"] + }, + "ZT-8": { + "algorithm": "JustReturn", + "sub": ["ZT-8@ZT-OpenOpt"], + "next": ["ZT-8@SideStoryStage", "ZT-8@SwipeToStage"] + }, + "ZT-8@SideStoryStage": { + "text": ["ZT-8"] + }, + "ZT-7": { + "algorithm": "JustReturn", + "sub": ["ZT-7@ZT-OpenOpt"], + "next": ["ZT-7@SideStoryStage", "ZT-7@SwipeToStage"] + }, + "ZT-7@SideStoryStage": { + "text": ["ZT-7"] + }, + "ZT-OpenOpt": { + "algorithm": "JustReturn", + "next": ["ZT-OpenOcr", "ZT-Open"] + }, + "ZT-Open": { + "baseTask": "SS-Open", + "template": ["StageActivity.png"], + "next": ["ZTChapterToZT"] + }, "ZT-OpenOcr": { - "text": ["崔林", "之金", "恩典", "無情"] + "baseTask": "SS-OpenOcr", + "text": ["崔林", "之金", "恩典", "無情"], + "next": ["ZTChapterToZT"] }, "ZTChapterToZT": { - "text": ["朝見", "雙塔"] + "algorithm": "OcrDetect", + "action": "ClickSelf", + "text": ["朝見", "雙塔"], + "preDelay": 1000, + "roi": [1059, 367, 206, 129], + "next": ["ChapterSwipeToTheRight"] } }