feat(万能小组件 Top Widgets): 全屏广告(补充规则)

This commit is contained in:
AIsouler
2024-04-13 09:50:24 +08:00
parent bcdfd59c0c
commit 3b95ee366d

View File

@@ -29,11 +29,18 @@ export default defineAppConfig({
desc: '点击关闭', desc: '点击关闭',
rules: [ rules: [
{ {
key: 0,
quickFind: true, quickFind: true,
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
matches: '@ImageView[clickable=true] - * >2 [text="反馈"]', matches: '@ImageView[clickable=true] - * >2 [text="反馈"]',
snapshotUrls: 'https://i.gkd.li/i/14945552', snapshotUrls: 'https://i.gkd.li/i/14945552',
}, },
{
key: 1,
matches:
'[id="android:id/content"] >(3,4) FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/i/14964868',
},
], ],
}, },
], ],