From ae379300dc6f3a8751bca0cb7751097e47760e52 Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:17:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BAAward=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=89=8D=E7=BD=AE=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/base/pipeline/awards.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/assets/resource/base/pipeline/awards.json b/assets/resource/base/pipeline/awards.json index 5a8abdb..0da9894 100644 --- a/assets/resource/base/pipeline/awards.json +++ b/assets/resource/base/pipeline/awards.json @@ -1,5 +1,28 @@ { "Awards": { + "next": [ + "AwardsMainFlag" + ], + "interrupt": [ + "ReturnMain" + ] + }, + "AwardsMainFlag": { + "recognition": "TemplateMatch", + "template": "StartUp/HomeFlag.png", + "roi": [ + 1022, + 419, + 194, + 166 + ], + "action": "Click", + "target": [ + 576, + 298, + 68, + 64 + ], "next": [ "Sub_MailBadge", "Sub_DailyBadge",