From 4362d671f6c66b236dd454a46fcb6c39e831de89 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:49:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BF=BC=E6=94=AF=E4=BB=98):=20=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=E3=80=81=E6=82=AC=E6=B5=AE=E7=AA=97?= =?UTF-8?q?=E5=B0=8F=E5=B9=BF=E5=91=8A=20(#2271)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chinatelecom.bestpayclient.ts | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 134e385e..d38c1e52 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -25,5 +25,28 @@ export default defineAppConfig({ rules: '[id="com.chinatelecom.bestpayclient:id/bupdate_tv_bottom_tip"]', snapshotUrls: 'https://i.gkd.li/import/13391544', }, + { + key: 3, + name: '广告弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', + rules: + '[id^="am-modal-container"] Dialog @View[clickable=true][index=1] > Image', + snapshotUrls: 'https://i.gkd.li/import/13402692', + }, + { + enable: false, + key: 4, + name: '悬浮窗小广告', + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', + rules: + '[id="com.chinatelecom.bestpayclient:id/best_h5_container"] View[childCount=2] > @View[clickable=true] + View[clickable=true] > Image[text!=null]', + snapshotUrls: 'https://i.gkd.li/import/13402711', + }, ], });