From 7a2a319039de7df732711e5ecd39eceef8a3e5d5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 27 Sep 2025 19:13:15 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9-?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=82=B9=E5=87=BB=E8=AF=84=E8=AE=BA=E5=8C=BA?= =?UTF-8?q?=E7=9A=84[=E5=B1=95=E5=BC=80=E6=9B=B4=E5=A4=9A=E8=AF=84?= =?UTF-8?q?=E8=AE=BA]=20#1196?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 172a2e05..1d0c7f4b 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -423,10 +423,16 @@ export default defineGkdApp({ rules: [ { fastQuery: true, - activityIds: 'com.bilibili.video.story.StoryVideoActivity', + activityIds: [ + 'com.bilibili.video.story.StoryVideoActivity', + 'com.bilibili.ship.theseus.detail.UnitedBizDetailsActivity', + ], matches: '@LinearLayout[clickable=true] > [text="展开更多评论"]', exampleUrls: 'https://e.gkd.li/e7b7167e-7623-4079-9f16-fd253f303074', - snapshotUrls: 'https://i.gkd.li/i/22572375', + snapshotUrls: [ + 'https://i.gkd.li/i/22572375', + 'https://i.gkd.li/i/22573433', + ], }, ], },