From 53c9a36060d82e1e3d913a9dc217b56daa123509 Mon Sep 17 00:00:00 2001 From: cjy0812 Date: Wed, 11 Feb 2026 23:46:22 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20bilibili=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E7=9B=B4=E6=92=AD=E9=97=B4=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E7=AA=97=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 4c8fd9933..7ee4857cd 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -137,11 +137,12 @@ export default defineGkdApp({ { key: 0, matches: - '[id="tv.danmaku.bili:id/shopping_close" || vid="live_game_card_close" || vid="match_close"][visibleToUser=true]', + '[id="tv.danmaku.bili:id/shopping_close" || vid="live_game_card_close" || vid="match_close" || vid="iv_pop_rank_guide_card_close"][visibleToUser=true]', snapshotUrls: [ 'https://i.gkd.li/i/13200549', 'https://i.gkd.li/i/22990081', 'https://i.gkd.li/i/23098023', + 'https://i.gkd.li/i/25238734', ], }, { From 952db5fb0a459d2f471cdee2dd670dc6f07ee47c Mon Sep 17 00:00:00 2001 From: cjy0812 Date: Thu, 12 Feb 2026 00:31:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E8=87=AA=E5=8A=A8=E7=82=B9=E8=B5=9E=20&=20?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8A=95=E5=96=82=E7=B2=89=E4=B8=9D=E5=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 7ee4857cd..f6cb62f66 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -533,5 +533,35 @@ export default defineGkdApp({ }, ], }, + { + key: 21, + name: '功能类-直播自动点赞', + desc: '左下角提示-点击', + rules: [ + { + fastQuery: true, + activityIds: + 'com.bilibili.bililive.room.ui.roomv3.LiveRoomActivityV3', + matches: '@[vid="live_combo_action_button"] > [text="点赞"]', + snapshotUrls: 'https://i.gkd.li/i/25238947', + }, + ], + }, + { + key: 22, + name: '功能类-直播自动投喂粉丝团', + desc: '左下角提示-点击投喂_需要0.1米谨慎开启(虽然只有一次)', + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + fastQuery: true, + activityIds: + 'com.bilibili.bililive.room.ui.roomv3.LiveRoomActivityV3', + matches: '@[vid="live_combo_action_button"] > [text="投喂"]', + snapshotUrls: 'https://i.gkd.li/i/25238945', + }, + ], + }, ], }); From fdb84744d038312ffd3df3c77fb65a8c5cb4b194 Mon Sep 17 00:00:00 2001 From: cjy0812 Date: Thu, 12 Feb 2026 00:41:49 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20bilibili=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E7=9B=B4=E6=92=AD=E9=97=B4=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E7=AA=97=E5=B9=BF=E5=91=8A=5F=E6=8A=98=E5=8F=A0?= =?UTF-8?q?=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index f6cb62f66..4fe17bcc2 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -155,6 +155,17 @@ export default defineGkdApp({ 'https://i.gkd.li/i/22990105', ], }, + { + key: 2, + matchTime: 10000, + actionMaximum: 1, //防止循环展开关闭 + matches: + '[vid="vertical_container"] >3 FrameLayout[clickable=true][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/24985920', + 'https://i.gkd.li/i/25240029', + ], + }, ], }, {