From 0a5faeb5a92b8fb111b6b23c9e3da50431aac4a5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 1 Mar 2024 12:16:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BF=BC=E6=94=AF=E4=BB=98):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chinatelecom.bestpayclient.ts | 24 ++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 2e78ef1f..56aaa261 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -76,10 +76,26 @@ export default defineAppConfig({ 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/i/13402711', + rules: [ + { + key: 0, + activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', + matches: + '[id="com.chinatelecom.bestpayclient:id/best_h5_container"] View[childCount=2] > @View[clickable=true] + View[clickable=true] > Image[text!=null]', + exampleUrls: + 'https://m.gkd.li/57941037/4457a342-5750-45d8-ad8e-233dd1da3de3', + snapshotUrls: 'https://i.gkd.li/i/13402711', + }, + { + key: 1, + quickFind: true, + activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', + matches: '[vid="iv_market_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/14326e73-6c7c-4659-8493-d4b196746b2a', + snapshotUrls: 'https://i.gkd.li/i/14456159', + }, + ], }, { key: 5,