feat(哔哩哔哩): 首页-推荐视频卡片广告(优化规则) (#2990)

This commit is contained in:
Kun Jinkao
2023-12-11 19:33:03 +08:00
committed by GitHub
parent fe1ea39dc3
commit 776f908804

View File

@@ -189,9 +189,14 @@ export default defineAppConfig({
}, },
{ {
preKeys: 0, preKeys: 0,
key: 1,
name: '点击[不感兴趣]', name: '点击[不感兴趣]',
matches: '[id="tv.danmaku.bili:id/menu_layout"] [text="不感兴趣"]', matches:
snapshotUrls: 'https://i.gkd.li/import/13256605', '@[id="tv.danmaku.bili:id/reason1_layout"] > [text$="不感兴趣"]',
snapshotUrls: [
'https://i.gkd.li/import/13256605',
'https://i.gkd.li/import/13625309',
],
}, },
], ],
}, },