From 63064ca3ca14884785e1dc77d20d7af3dc4f408e Mon Sep 17 00:00:00 2001 From: XuQingTW <71360856+XuQingTW@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:19:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8D=E7=BE=A9=E4=B9=8B=E8=B2=A1=20?= =?UTF-8?q?=E5=B0=8E=E8=88=AA=E6=9B=B4=E6=96=B0=20(#10249)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update tasks.json --- resource/global/txwy/resource/tasks.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resource/global/txwy/resource/tasks.json b/resource/global/txwy/resource/tasks.json index b5c231881a..34946de1ef 100644 --- a/resource/global/txwy/resource/tasks.json +++ b/resource/global/txwy/resource/tasks.json @@ -64,15 +64,15 @@ "SideStoryReopen": { "text": ["復刻"] }, + { "CV-Open": { - "baseTask": "#none", - "template": "StageSideStory.png", "action": "ClickSelf", - "algorithm": "MatchTemplate", + "algorithm": "OcrDetect", "postDelay": 2000, - "roi": [517, 64, 155, 168], + "text": ["黑色艦船", "黑色","艦船", "關卡", "開啟"], "next": ["CVChapterToCV"] }, +} "CVChapterToCV": { "text": ["蒼白", "平台"] },