mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(游民星空):卡片式广告(补充规则) (#3397)
This commit is contained in:
@@ -44,9 +44,19 @@ export default defineAppConfig({
|
|||||||
key: 2,
|
key: 2,
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
'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',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user