mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(智慧树): 全屏广告(优化规则)、局部广告 (#3774)
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user