From a899676c4fdbe960145f9bc2fbe7464c65e30da8 Mon Sep 17 00:00:00 2001 From: vonnoq <121179930+vonnoq@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:35:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B9=81=E4=B8=AD=E6=9C=8D=20=E6=84=9A?= =?UTF-8?q?=E4=BA=BA=E8=99=9F=E5=85=A5=E5=8F=A3=E6=94=B9=E7=82=BA=E8=AD=98?= =?UTF-8?q?=E5=88=A5=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/global/txwy/resource/tasks.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resource/global/txwy/resource/tasks.json b/resource/global/txwy/resource/tasks.json index 07e124a4da..23c9799e74 100644 --- a/resource/global/txwy/resource/tasks.json +++ b/resource/global/txwy/resource/tasks.json @@ -46,7 +46,30 @@ "活動" ] }, + "SN-Open": { + "action": "ClickSelf", + "algorithm": "OcrDetect", + "text": [ + "愚人號", + "活動", + "關卡已開放" + ], + "roi": [ + 0, + 500, + 500, + 150 + ] + }, + "SN-Chapter2": { + "preDelay":2000, + "next": [ + "SN-Chapter2", + "ChapterSwipeToTheRight" + ] + }, "SN-Chapter3": { + "preDelay":2000, "next": [ "SN-Chapter3", "ChapterSwipeToTheLeft"