From 82fc62d0265a591c6292faae07a2d6a1573155f5 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: Mon, 10 Nov 2025 21:37:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20B=E7=AB=99-=E8=AF=84=E4=BB=B7=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=20(#1413)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index f461b073..a526b9cf 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -503,5 +503,17 @@ export default defineGkdApp({ }, ], }, + { + key: 20, + name: '评价提示', + rules: [ + { + fastQuery: true, + activityIds: 'com.bilibili.search2.main.BiliMainSearchActivity', + matches: '[vid="rating_dialog_close"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/i/23440560', + }, + ], + }, ], });