Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(智慧树): 全屏广告(优化规则)、局部广告 (#3774)
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq authored Jan 14, 2024
1 parent 1b2e6e1 commit a9395ec
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions src/apps/com.hyww.wisdomtree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,31 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '弹窗广告',
name: '全屏广告',
rules: [
{
key: 0,
name: '百度广告',
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
matches:
'@ImageView[clickable=true] + RelativeLayout > RelativeLayout[childCount=6] > ImageView[childCount=0][index=5]',
snapshotUrls: 'https://i.gkd.li/import/13799876',
'[id="android:id/content"] >n RelativeLayout[childCount<=3] > ImageView[clickable=true]',
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',
},
],
},
Expand Down

0 comments on commit a9395ec

Please sign in to comment.