From 09471bab9d3f974070d3d942a7c9a7de74b2635e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 5 Jul 2024 15:34:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=A4=A9=E7=BF=BC=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=E8=AF=AF=E8=A7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cn21.ecloud.ts | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/apps/com.cn21.ecloud.ts b/src/apps/com.cn21.ecloud.ts index 9982bd04..2c73cc8f 100644 --- a/src/apps/com.cn21.ecloud.ts +++ b/src/apps/com.cn21.ecloud.ts @@ -7,12 +7,16 @@ export default defineGkdApp({ { key: 1, name: '全屏广告-首页弹窗广告', - activityIds: ['com.cn21.ecloud.activity.MainPageActivity'], - rules: - '[id="com.cn21.ecloud:id/content_frame"] >n FrameLayout >n @ImageView[desc=null] - View < View[childCount=2]', - snapshotUrls: [ - 'https://i.gkd.li/i/12865481', - 'https://i.gkd.li/i/12865488', + activityIds: 'com.cn21.ecloud.activity.MainPageActivity', + rules: [ + { + matches: + '[id="com.cn21.ecloud:id/content_frame"] >(5,7) View[childCount=2] > ImageView[childCount=0][clickable=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/12865481', + 'https://i.gkd.li/i/12865488', + ], + }, ], }, {