From c8d1bca195e2ab8412646cc2126aea8ef3ca001c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:24:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BF=BC=E6=94=AF=E4=BB=98):=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89=20(#3280)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chinatelecom.bestpayclient.ts | 26 +++++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 33624a19..2c65dc76 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -27,16 +27,15 @@ export default defineAppConfig({ }, { key: 3, - name: '广告弹窗', - quickFind: true, - matchTime: 10000, + name: '弹窗广告', actionMaximum: 1, - resetMatch: 'app', - activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', + resetMatch: 'activity', rules: [ { key: 0, name: '权益页', + activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', + quickFind: true, matches: 'Image < @View[clickable=true][index=1] <n View[childCount=3] > @*[clickable=true] + * + *[childCount=0]', + snapshotUrls: [ + 'https://i.gkd.li/import/13696322', + 'https://i.gkd.li/import/13696323', + ], + }, ], }, {