From 88bbd3ab28e65164eff4e12b24a0a0a9839f18dd Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 4 Aug 2024 09:41:21 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 537c7643..813c5ea3 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -13,8 +13,11 @@ export default defineGkdApp({ resetMatch: 'app', rules: [ { - matches: '[text*="跳过"][text.length<10][visibleToUser=true]', - snapshotUrls: 'https://i.gkd.li/i/16187624', + matches: '[vid="count_down" || vid="skip"][visibleToUser=true]', // [text*="跳过"] 可能会误触搜索框 + snapshotUrls: [ + 'https://i.gkd.li/i/16187624', + 'https://i.gkd.li/i/16484445', + ], }, ], },