feat(车来了、两步路户外助手): 全屏广告

This commit is contained in:
AIsouler
2024-08-30 14:27:03 +08:00
parent b02b53ed2a
commit d6109b0897
2 changed files with 25 additions and 0 deletions

View File

@@ -42,6 +42,15 @@ export default defineGkdApp({
matches: '[vid="ivClose"]', matches: '[vid="ivClose"]',
snapshotUrls: 'https://i.gkd.li/i/14952807', snapshotUrls: 'https://i.gkd.li/i/14952807',
}, },
{
key: 2,
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'[text="反馈"] -4 View[childCount=1] > Image[childCount=0][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/0ed488e1-f0d8-4c5f-a507-af9c2cedd2a1',
snapshotUrls: 'https://i.gkd.li/i/16812345',
},
], ],
}, },
{ {

View File

@@ -47,5 +47,21 @@ export default defineGkdApp({
}, },
], ],
}, },
{
key: 3,
name: '全屏广告-弹窗广告',
desc: '点击关闭',
rules: [
{
key: 0,
activityIds:
'dev.xesam.chelaile.app.module.line.gray.LineDetailActivity',
matches:
'RelativeLayout[childCount=6] > RelativeLayout[childCount=4] + ImageView[clickable=true][index=3][text=null]',
exampleUrls: 'https://e.gkd.li/4ab8665e-026f-4101-8299-0300708c91c1',
snapshotUrls: 'https://i.gkd.li/i/16812335',
},
],
},
], ],
}); });