feat(智慧树): 全屏广告(优化规则)、局部广告 (#3774)

This commit is contained in:
adproqwq
2024-01-14 21:19:35 +08:00
committed by GitHub
parent 1b2e6e111a
commit a9395ec46d

View File

@@ -6,15 +6,31 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '弹窗广告', name: '全屏广告',
rules: [ rules: [
{ {
key: 0, key: 0,
name: '百度广告', name: '百度广告',
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
matches: matches:
'@ImageView[clickable=true] + RelativeLayout > RelativeLayout[childCount=6] > ImageView[childCount=0][index=5]', '[id="android:id/content"] >n RelativeLayout[childCount<=3] > ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13799876', snapshotUrls: [
'https://i.gkd.li/import/13799876',
'https://i.gkd.li/import/13852024',
],
},
],
},
{
key: 2,
name: '局部广告',
rules: [
{
key: 0,
name: '信息流广告',
quickFind: true,
matches: '[vid="time_line_type"] <<n * > * > [vid="rl_down"]',
snapshotUrls: 'https://i.gkd.li/import/13852023',
}, },
], ],
}, },