koishi-plugin-bilibili-notify 3.2.10-alpha.0 → 3.2.11-alpha.2
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 +49 -14
- package/lib/index.d.ts +49 -14
- package/lib/index.js +439 -92060
- package/lib/index.mjs +418 -92060
- package/package.json +20 -19
- package/readme.md +1 -0
- package/LICENSE +0 -9
package/package.json
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-bilibili-notify",
|
|
3
3
|
"description": "Koishi bilibili notify plugin",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.11-alpha.2",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Akokko <admin@akokko.com>"
|
|
7
7
|
],
|
|
8
|
-
"main": "lib/index.js",
|
|
8
|
+
"main": "./lib/index.js",
|
|
9
9
|
"typings": "lib/index.d.ts",
|
|
10
10
|
"scripts": {
|
|
11
|
-
"yakumo build": "yakumo build",
|
|
12
|
-
"clean": "yakumo clean",
|
|
13
|
-
"bump": "yakumo version",
|
|
14
|
-
"dep": "yakumo upgrade",
|
|
15
|
-
"pub": "yakumo publish",
|
|
16
11
|
"build": "tsdown"
|
|
17
12
|
},
|
|
18
13
|
"files": [
|
|
@@ -31,9 +26,6 @@
|
|
|
31
26
|
"plugin",
|
|
32
27
|
"bilibili"
|
|
33
28
|
],
|
|
34
|
-
"peerDependencies": {
|
|
35
|
-
"koishi": "^4.18.8"
|
|
36
|
-
},
|
|
37
29
|
"dependencies": {
|
|
38
30
|
"@akokko/blive-message-listener": "^0.5.1",
|
|
39
31
|
"@node-rs/jieba": "^2.0.1",
|
|
@@ -49,13 +41,6 @@
|
|
|
49
41
|
"tough-cookie": "^5.1.2"
|
|
50
42
|
},
|
|
51
43
|
"devDependencies": {
|
|
52
|
-
"@biomejs/biome": "^2.0.6",
|
|
53
|
-
"@koishijs/cache": "^2.1.0",
|
|
54
|
-
"@koishijs/client": "^5.30.9",
|
|
55
|
-
"@koishijs/plugin-help": "^2.4.5",
|
|
56
|
-
"@koishijs/plugin-hmr": "^1.2.9",
|
|
57
|
-
"@koishijs/plugin-notifier": "^1.2.1",
|
|
58
|
-
"@koishijs/scripts": "^4.6.1",
|
|
59
44
|
"@types/jsdom": "^21.1.7",
|
|
60
45
|
"@types/luxon": "^3.6.2",
|
|
61
46
|
"@types/md5": "^2.3.5",
|
|
@@ -68,8 +53,11 @@
|
|
|
68
53
|
"tsx": "^4.20.3",
|
|
69
54
|
"typescript": "5.8.3"
|
|
70
55
|
},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"koishi": "^4.18.8"
|
|
58
|
+
},
|
|
71
59
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
60
|
+
"node": ">= 20.0.0"
|
|
73
61
|
},
|
|
74
62
|
"koishi": {
|
|
75
63
|
"service": {
|
|
@@ -84,6 +72,19 @@
|
|
|
84
72
|
}
|
|
85
73
|
},
|
|
86
74
|
"publishConfig": {
|
|
87
|
-
"access": "public"
|
|
75
|
+
"access": "public",
|
|
76
|
+
"exports": {
|
|
77
|
+
".": {
|
|
78
|
+
"import": "./lib/index.mjs",
|
|
79
|
+
"require": "./lib/index.js"
|
|
80
|
+
},
|
|
81
|
+
"./package.json": "./package.json"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"module": "./lib/index.mjs",
|
|
85
|
+
"types": "./lib/index.d.ts",
|
|
86
|
+
"exports": {
|
|
87
|
+
".": "./src/index.ts",
|
|
88
|
+
"./package.json": "./package.json"
|
|
88
89
|
}
|
|
89
90
|
}
|
package/readme.md
CHANGED
|
@@ -308,6 +308,7 @@ uid为必填参数,为要推送的UP主的UID,index为可选参数,为要
|
|
|
308
308
|
> - ver 3.2.9-rc.3 优化:弹幕词云生成效果; 新增:直播总结语,开启弹幕词云后自动发送、选项 `liveSummary` 可自定义直播总结语; 修复:一场直播完成后,如果插件中途没有被关闭过,会影响同一位up主下一次直播词云数据;
|
|
309
309
|
> - ver 3.2.9-rc.4 优化:弹幕词云生成效果; 新增:直播总结 `-mdn` 变量,代表主播粉丝牌子名
|
|
310
310
|
> - ver 3.2.10-alpha.0 新增:指令 `bili cap` 在遇到风控时,可以手动验证解除风控; 优化:错误消息提示;
|
|
311
|
+
> - ver 3.2.10-alpha.1 优化:使用指令 `bili cap` 后将对应cookie保存到数据库中、 `bili cap` 提示信息;
|
|
311
312
|
|
|
312
313
|
## 交流群
|
|
313
314
|
|
package/LICENSE
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Akokko
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|