perf: 酷安-分段广告-信息流广告

This commit is contained in:
AIsouler
2025-07-03 20:18:26 +08:00
parent 81b673ae6c
commit f597c7728e

View File

@@ -82,6 +82,7 @@ export default defineGkdApp({
}, },
{ {
preKeys: [0], preKeys: [0],
key: 1,
anyMatches: [ anyMatches: [
'@[clickable=true] > [text="不感兴趣"][visibleToUser=true]', '@[clickable=true] > [text="不感兴趣"][visibleToUser=true]',
'[text="不感兴趣"][clickable=true][visibleToUser=true]', '[text="不感兴趣"][clickable=true][visibleToUser=true]',
@@ -94,6 +95,11 @@ export default defineGkdApp({
'https://i.gkd.li/i/20776872', 'https://i.gkd.li/i/20776872',
], ],
}, },
{
preKeys: [1], // 疑似酷安旧版本bug点击不感兴趣后会再出现一个弹窗
matches: '[text="不感兴趣"][clickable=true][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/21036817',
},
], ],
}, },
{ {