koishi-plugin-bilibili-notify 3.2.11-alpha.9 → 3.3.1-alpha.0
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/lib/index.d.mts +14 -5
- package/lib/index.d.ts +14 -5
- package/lib/index.js +396 -340
- package/lib/index.mjs +396 -340
- package/package.json +4 -4
- package/readme.md +7 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-bilibili-notify",
|
|
3
3
|
"description": "Koishi bilibili notify plugin",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.1-alpha.0",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@akokko/blive-message-listener": "^0.5.1",
|
|
32
32
|
"@node-rs/jieba": "^2.0.1",
|
|
33
|
-
"@oxc-project/runtime": "^0.76.0",
|
|
34
33
|
"axios": "^1.10.0",
|
|
35
|
-
"axios-cookiejar-support": "^6.0.
|
|
34
|
+
"axios-cookiejar-support": "^6.0.3",
|
|
36
35
|
"cacheable-lookup": "^7.0.0",
|
|
37
36
|
"cron": "^4.3.1",
|
|
38
37
|
"jsdom": "^26.1.0",
|
|
39
|
-
"luxon": "^3.
|
|
38
|
+
"luxon": "^3.7.1",
|
|
40
39
|
"md5": "^2.3.0",
|
|
40
|
+
"p-retry": "^6.2.1",
|
|
41
41
|
"qrcode": "^1.5.4",
|
|
42
42
|
"tough-cookie": "^5.1.2"
|
|
43
43
|
},
|
package/readme.md
CHANGED
|
@@ -319,6 +319,13 @@ uid为必填参数,为要推送的UP主的UID,index为可选参数,为要
|
|
|
319
319
|
> - ver 3.2.11-alpha.7 测试版本
|
|
320
320
|
> - ver 3.2.11-alpha.8 测试版本
|
|
321
321
|
> - ver 3.2.11-alpha.9 测试版本
|
|
322
|
+
> - ver 3.2.11-alpha.10 测试版本
|
|
323
|
+
> - ver 3.2.11-alpha.11 测试版本
|
|
324
|
+
> - ver 3.2.11-alpha.12 测试版本
|
|
325
|
+
|
|
326
|
+
> [!NOTE]
|
|
327
|
+
> - ver 3.3.0-rc.0 优化:将当前版本的订阅配置移到了新插件:`bilibili-notify-advanced-subscription` ,简化当前版本订阅配置; 新增:配置项 `advancedSub` ,开启后可通过下载插件 `bilibili-notify-advanced-subscription` 配置更自定义化的订阅配置、新增动态@全体成员功能
|
|
328
|
+
> - ver 3.3.1-alpha.0 新增:弹幕词云自定义停用词、UP主弹幕词云开关; 优化:`liveSummary` 排版方式更加直观
|
|
322
329
|
|
|
323
330
|
## 交流群
|
|
324
331
|
|