mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
feat(AppShare): 全屏广告-弹窗广告(补充规则)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user