koishi-plugin-bilibili-notify-live 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,18 @@
1
+ # Changelog
2
+
3
+ ## [0.0.1] - 2026-04-04
4
+
5
+ ### Added
6
+
7
+ - 首次作为独立插件发布(原属核心包)
8
+ - 通过 WebSocket 实时监听 B 站直播间
9
+ - 开播 / 直播中 / 下播推送
10
+ - SC(超级留言)推送
11
+ - 上舰(大航海)推送
12
+ - 直播结束弹幕词云生成
13
+ - 直播结束直播总结生成
14
+ - 特别关注用户弹幕通知
15
+ - 特别关注用户进入直播间通知
16
+ - 自定义开播 / 直播中 / 下播消息模板
17
+ - 自定义上舰消息模板及舰长图片链接
18
+ - 可选接入 `bilibili-notify-image` 生成卡片图片
package/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # koishi-plugin-bilibili-notify-live
2
+
3
+ [![npm](https://img.shields.io/npm/v/koishi-plugin-bilibili-notify-live?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-bilibili-notify-live)
4
+
5
+ `koishi-plugin-bilibili-notify` 的直播推送插件,通过 WebSocket 实时监听 B 站直播间。
6
+
7
+ > [!NOTE]
8
+ > 需要先安装并配置 `koishi-plugin-bilibili-notify` 核心插件
9
+
10
+ ## 功能
11
+
12
+ - 开播 / 直播中 / 下播推送
13
+ - SC(超级留言)推送
14
+ - 上舰(大航海)推送
15
+ - 直播结束后生成弹幕词云
16
+ - 直播结束后生成直播总结
17
+ - 特别关注用户弹幕通知
18
+ - 特别关注用户进入直播间通知
19
+ - 自定义推送消息模板
20
+ - 可选生成直播卡片图片(需安装 `koishi-plugin-bilibili-notify-image`)
21
+
22
+ ## 安装
23
+
24
+ 在 Koishi 插件市场中搜索 `bilibili-notify-live` 并安装。
25
+
26
+ ## License
27
+
28
+ MIT