From 2b3b742721ae68c774fbd71c9f99e65ee2637957 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:51:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E4=BF=A1=E9=93=B6=E8=A1=8C)=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E7=90=86=E8=B4=A2?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=82=AC=E6=B5=AE=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ecitic.bank.mobile.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.ecitic.bank.mobile.ts b/src/apps/com.ecitic.bank.mobile.ts index 953d6d81..b2d24ee0 100644 --- a/src/apps/com.ecitic.bank.mobile.ts +++ b/src/apps/com.ecitic.bank.mobile.ts @@ -40,5 +40,12 @@ export default defineAppConfig({ rules: '@[text="取消"] + [text="立即开启"]', snapshotUrls: 'https://i.gkd.li/import/13399102', }, + { + key: 4, + name: '局部广告-理财产品悬浮广告', + activityIds: 'com.ecitic.bank.mobile.ui.MainActivity', + rules: '@[clickable=true] +2 [text="恭喜您关注到宝藏基金"]', + snapshotUrls: 'https://i.gkd.li/import/14208637', + }, ], });