mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 06:22:20 +08:00
feat(游民星空):卡片式广告(补充规则) (#3397)
This commit is contained in:
parent
6b10fa29cb
commit
0a76ff9dd6
|
@ -44,9 +44,19 @@ export default defineAppConfig({
|
|||
key: 2,
|
||||
activityIds:
|
||||
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
||||
matches: 'View[childCount=2] > [text="广告"] + View',
|
||||
matches: 'View[childCount=2] > [text="广告"] + View[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13635579',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '评论区卡片广告',
|
||||
activityIds:
|
||||
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
||||
quickFind: true,
|
||||
matches:
|
||||
'@[id="com.gamersky:id/close"][clickable=true][visibleToUser=true] - * > [id="com.gamersky:id/badge"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13759484',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user