From 59c1756448f8416f91f65b711796e240bc698ca2 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:55:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=89=E5=A4=A7=E9=93=B6=E8=A1=8C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#2565)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2562 --- src/apps/com.cebbank.mobile.cemb.ts | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/apps/com.cebbank.mobile.cemb.ts b/src/apps/com.cebbank.mobile.cemb.ts index 7f448a36..9902901f 100644 --- a/src/apps/com.cebbank.mobile.cemb.ts +++ b/src/apps/com.cebbank.mobile.cemb.ts @@ -4,9 +4,23 @@ export default defineAppConfig({ id: 'com.cebbank.mobile.cemb', name: '光大银行', groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13471079', + }, { key: 1, name: '更新弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', activityIds: 'com.cebbank.mobile.cemb.view.CustomizedDialog', rules: '@[text="不再提示"] +2 [text="立即更新"]', snapshotUrls: 'https://i.gkd.li/import/12727241', @@ -14,9 +28,19 @@ export default defineAppConfig({ { key: 2, name: '首页广告弹窗', - activityIds: 'com.cebbank.mobile.cemb.ui.activity.SplashActivity', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: [ + 'com.cebbank.mobile.cemb.ui.activity.SplashActivity', + 'com.cebbank.mobile.cemb.ui.activity.HomeActivity', + ], rules: '[id="com.cebbank.mobile.cemb:id/home_advertising_iv_close"]', - snapshotUrls: 'https://i.gkd.li/import/12727248', + snapshotUrls: [ + 'https://i.gkd.li/import/12727248', + 'https://i.gkd.li/import/13471080', // activityIds: 'com.cebbank.mobile.cemb.ui.activity.HomeActivity', + ], }, ], });