From c989bef5b17073e04edf01effb11f6ed0f84e1d4 Mon Sep 17 00:00:00 2001 From: Dongw Date: Tue, 26 Sep 2023 01:24:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=8D=A1=E6=B4=BB=E5=8A=A8=E5=85=AC=E5=91=8A=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/startup.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/assets/resource/pipeline/startup.json b/assets/resource/pipeline/startup.json index 86e9ef8..555a436 100644 --- a/assets/resource/pipeline/startup.json +++ b/assets/resource/pipeline/startup.json @@ -13,6 +13,7 @@ "StartGame", "GameIdentifying", "Sub_CloseAnnouncement", + "Sub_CloseActivityAnnouncement", "GameLoading", "HomeFlag", "Sub_StartBH3" @@ -36,6 +37,7 @@ "StartGame", "GameIdentifying", "Sub_CloseAnnouncement", + "Sub_CloseActivityAnnouncement", "GameLoading", "HomeFlag", "Sub_StartBH3" @@ -60,6 +62,7 @@ "StartGame", "GameIdentifying", "Sub_CloseAnnouncement", + "Sub_CloseActivityAnnouncement", "HomeFlag" ] }, @@ -81,6 +84,7 @@ "Sub_ObtainedAwards", "Sub_CollectDailyLoginReward", "Sub_CloseAnnouncement", + "Sub_CloseActivityAnnouncement", "HomeFlag" ], "timeout": 60000, @@ -112,6 +116,7 @@ "StartGame", "GameIdentifying", "Sub_CloseAnnouncement", + "Sub_CloseActivityAnnouncement", "HomeFlag" ], "timeout": 5000, @@ -273,6 +278,7 @@ "StartGame", "GameIdentifying", "Sub_CloseAnnouncement", + "Sub_CloseActivityAnnouncement", "HomeFlag" ] }, @@ -291,7 +297,23 @@ "StartGame", "GameIdentifying", "Sub_CloseAnnouncement", + "Sub_CloseActivityAnnouncement", "HomeFlag" ] + }, + "Sub_CloseActivityAnnouncement": { + "recognition": "OCR", + "text": "点击空白区域关闭", + "roi": [ + 514, + 603, + 251, + 117 + ], + "pre_wait_freezes": { + "time": 500, + "target": "Sub_CloseActivityAnnouncement" + }, + "action": "Click" } } \ No newline at end of file