From 7290cf2c5d32c4f2c7d8710764fcd87a597fefff Mon Sep 17 00:00:00 2001 From: Dongw Date: Sat, 7 Oct 2023 20:32:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=A1=E5=AE=B6?= =?UTF-8?q?=E5=9B=AD=E5=8D=87=E7=BA=A7=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/pipeline/dorm/dorm.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/resource/pipeline/dorm/dorm.json b/assets/resource/pipeline/dorm/dorm.json index f49659d..151bc9c 100644 --- a/assets/resource/pipeline/dorm/dorm.json +++ b/assets/resource/pipeline/dorm/dorm.json @@ -2,6 +2,7 @@ "$schema": "../../pipeline.schema.json", "Dorm": { "next": [ + "Sub_ConfirmDormUpdate", "DormPageFlag", "Sub_AiPromptFlag", "Sub_CancelDownloadAudioFiles", @@ -19,6 +20,7 @@ 131 ], "next": [ + "Sub_ConfirmDormUpdate", "CollectGold", "CollectAP", "Errands", @@ -113,5 +115,17 @@ "Expeditions", "Stop" ] + }, + "Sub_ConfirmDormUpdate": { + "is_sub": true, + "recognition": "TemplateMatch", + "template": "StartUp/Confirm.png", + "roi": [ + 554, + 518, + 173, + 136 + ], + "action": "Click" } } \ No newline at end of file