From 2bf5db5db4337de051215301e97595b2be70c0fe Mon Sep 17 00:00:00 2001 From: dlh <22029832+dlh996@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:38:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=20=E5=A4=A9=E7=BF=BC=E4=BA=91=E7=9B=98=20?= =?UTF-8?q?):=20=E9=A6=96=E9=A1=B5=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#916)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dlh --- src/apps/com.cn21.ecloud.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.cn21.ecloud.ts b/src/apps/com.cn21.ecloud.ts index a1bf3f37..9d342101 100644 --- a/src/apps/com.cn21.ecloud.ts +++ b/src/apps/com.cn21.ecloud.ts @@ -11,5 +11,16 @@ export default defineAppConfig({ rules: '[id="com.cn21.ecloud:id/tv_ad_skip"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12865351', }, + { + 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://gkd-kit.gitee.io/import/12865481', + 'https://gkd-kit.gitee.io/import/12865488', + ], + }, ], });