feat(AppShare): 全屏广告-弹窗广告(补充规则)

This commit is contained in:
AIsouler
2024-05-04 20:11:39 +08:00
parent 2180c50822
commit c25c6f13bf

View File

@@ -121,12 +121,31 @@ export default defineGkdApp({
desc: '广告展示率低于20%时出现的广告',
rules: [
{
key: 0,
matches:
'RelativeLayout[childCount=2] > RelativeLayout > View[clickable=true]',
exampleUrls:
'https://m.gkd.li/57941037/6b1d7b37-edd7-499f-a8b0-ecba24ef2c44',
snapshotUrls: 'https://i.gkd.li/i/14181146',
},
{
key: 1,
activityIds: 'info.muge.appshare.view.main.MainActivity',
matches:
'[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView',
exampleUrls:
'https://m.gkd.li/57941037/13a69193-a276-4115-97dd-bd7a4b49fbee',
snapshotUrls: 'https://i.gkd.li/i/15209619',
},
{
key: 2,
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches: '@View[visibleToUser=true] + [text="反馈"]',
exampleUrls:
'https://m.gkd.li/57941037/155fdf95-1f5a-4bf3-a8e7-161e6bfe7bbf',
snapshotUrls: 'https://i.gkd.li/i/15209618',
},
],
},
{