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', + }, + ], + }, ], });