From 169fc8dcd6f9708363e603dc6180dce99871cc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:37:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9-?= =?UTF-8?q?=E5=88=86=E6=AE=B5=E5=B9=BF=E5=91=8A-=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E5=B9=BF=E5=91=8A=20(#1207)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/tv.danmaku.bili.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 1d0c7f4b..fc7ffcf2 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -336,11 +336,12 @@ export default defineGkdApp({ }, { preKeys: [1], - matches: '@[clickable=true] > [text="不感兴趣"]', + matches: '@[clickable=true] > [text$="不感兴趣"]', exampleUrls: 'https://e.gkd.li/5e6e4b69-ba97-473d-9f62-631c296da589', snapshotUrls: [ 'https://i.gkd.li/i/17269055', 'https://i.gkd.li/i/17964356', + 'https://i.gkd.li/i/22657666', // 直播 ], }, ],