feat: 车来了-全屏广告 #938

This commit is contained in:
AIsouler
2025-05-29 19:13:57 +08:00
parent 3e99f4f1bf
commit 1aa3581a31

View File

@@ -89,13 +89,22 @@ export default defineGkdApp({
rules: [ rules: [
{ {
key: 0, key: 0,
fastQuery: true,
activityIds: activityIds:
'dev.xesam.chelaile.app.module.line.gray.LineDetailActivity', 'dev.xesam.chelaile.app.module.line.gray.LineDetailActivity',
matches: matches:
'RelativeLayout[childCount=6] > RelativeLayout[childCount=4] + ImageView[clickable=true][index=3][text=null]', '@ImageView[clickable=true][childCount=0][width<100&&height<100][visibleToUser=true] - RelativeLayout >2 [text="反馈"]',
exampleUrls: 'https://e.gkd.li/4ab8665e-026f-4101-8299-0300708c91c1', exampleUrls: 'https://e.gkd.li/4ab8665e-026f-4101-8299-0300708c91c1',
snapshotUrls: 'https://i.gkd.li/i/16812335', snapshotUrls: 'https://i.gkd.li/i/16812335',
}, },
{
key: 1,
fastQuery: true,
activityIds: 'dev.xesam.chelaile.app.module.PanelHostActivity',
matches:
'@ImageView[childCount=0][text=null][visibleToUser=true] < FrameLayout[childCount=1] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] - FrameLayout > [text^="扭动或点击"]',
snapshotUrls: 'https://i.gkd.li/i/20502977',
},
], ],
}, },
], ],