mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat: 虎扑-推荐流广告
This commit is contained in:
@@ -14,5 +14,21 @@ export default defineAppConfig({
|
|||||||
'https://gkd-kit.gitee.io/import/12510962',
|
'https://gkd-kit.gitee.io/import/12510962',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds: 'com.hupu.games.main.MainActivity',
|
||||||
|
name: '推荐流广告',
|
||||||
|
desc: '点击卡片右上角广告文字,出现广告反馈,点击屏蔽该广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.hupu.games:id/tv_title"][text="屏蔽该广告"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12511010',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '[id="com.hupu.games:id/tv_tag"][text="广告"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12511005',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user