From 07b09e511d0779036371e4ab7a3c8e6bb4e4f9e6 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 27 Sep 2025 18:13:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9-?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-=E8=87=AA=E5=8A=A8=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=AF=84=E8=AE=BA=E5=8C=BA=E7=9A=84[=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E6=9B=B4=E5=A4=9A=E8=AF=84=E8=AE=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 9ddf36f8..172a2e05 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -417,5 +417,18 @@ export default defineGkdApp({ }, ], }, + { + key: 17, + name: '功能类-自动点击评论区的[展开更多评论]', + rules: [ + { + fastQuery: true, + activityIds: 'com.bilibili.video.story.StoryVideoActivity', + matches: '@LinearLayout[clickable=true] > [text="展开更多评论"]', + exampleUrls: 'https://e.gkd.li/e7b7167e-7623-4079-9f16-fd253f303074', + snapshotUrls: 'https://i.gkd.li/i/22572375', + }, + ], + }, ], });