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

This commit is contained in:
AIsouler
2024-04-28 16:22:42 +08:00
parent fb7fa23f9d
commit f2d7724579

View File

@@ -30,6 +30,7 @@ export default defineGkdApp({
desc: '点击关闭', desc: '点击关闭',
rules: [ rules: [
{ {
key: 0,
activityIds: activityIds:
'com.zhuanzhuan.module.reach.channel.impl.uicode.ReachDialogActivity', 'com.zhuanzhuan.module.reach.channel.impl.uicode.ReachDialogActivity',
matches: matches:
@@ -38,6 +39,16 @@ export default defineGkdApp({
'https://m.gkd.li/57941037/2549c1c7-b3ff-49c0-8bcb-d981427c710a', 'https://m.gkd.li/57941037/2549c1c7-b3ff-49c0-8bcb-d981427c710a',
snapshotUrls: 'https://i.gkd.li/i/14927441', snapshotUrls: 'https://i.gkd.li/i/14927441',
}, },
{
key: 1,
activityIds:
'com.zhuanzhuan.module.reach.channel.impl.uicode.ReachDialogActivity',
matches:
'[id="android:id/content"] > ViewGroup[childCount=3] > FrameLayout > ViewGroup[childCount=2] > ImageView[index=1]',
exampleUrls:
'https://m.gkd.li/57941037/034904f5-3f09-48ae-8057-85fbf0152ec4',
snapshotUrls: 'https://i.gkd.li/i/15140820',
},
], ],
}, },
], ],