fix(天翼云盘): 全屏广告-首页弹窗广告误触

This commit is contained in:
AIsouler
2024-07-05 15:34:37 +08:00
parent de1c2349ad
commit 09471bab9d

View File

@@ -7,14 +7,18 @@ export default defineGkdApp({
{ {
key: 1, key: 1,
name: '全屏广告-首页弹窗广告', name: '全屏广告-首页弹窗广告',
activityIds: ['com.cn21.ecloud.activity.MainPageActivity'], activityIds: 'com.cn21.ecloud.activity.MainPageActivity',
rules: rules: [
'[id="com.cn21.ecloud:id/content_frame"] >n FrameLayout >n @ImageView[desc=null] - View < View[childCount=2]', {
matches:
'[id="com.cn21.ecloud:id/content_frame"] >(5,7) View[childCount=2] > ImageView[childCount=0][clickable=true]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/12865481', 'https://i.gkd.li/i/12865481',
'https://i.gkd.li/i/12865488', 'https://i.gkd.li/i/12865488',
], ],
}, },
],
},
{ {
key: 2, key: 2,
name: '更新提示', name: '更新提示',