koishi-plugin-bilibili-notify 3.0.5-alpha.1 → 3.0.5-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/package.json +1 -2
- package/readme.md +1 -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.0.5-alpha.
|
|
4
|
+
"version": "3.0.5-alpha.2",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Akokko <admin@akokko.com>"
|
|
7
7
|
],
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"koishi": "^4.18.7"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@napi-rs/canvas": "^0.1.69",
|
|
31
30
|
"axios": "^1.7.9",
|
|
32
31
|
"axios-cookiejar-support": "^5.0.5",
|
|
33
32
|
"blive-message-listener": "^0.5.0",
|
package/readme.md
CHANGED
|
@@ -229,6 +229,7 @@ uid为必填参数,为要推送的UP主的UID,index为可选参数,为要
|
|
|
229
229
|
- ver 3.0.4 优化:动态监测,增加时间判断,防止出现重复推送问题; 由于 `3.0.2` 动态监测定时器更换为cron定时任务,如果需要测试动态监测功能是否正常,可以通过控制台日志输出观察,打印 `动态监测初始化完毕!` 后,可进行测试
|
|
230
230
|
- ver 3.0.5-alpha.0 优化:推送卡片渲染,压缩图片; 新增:指令 `bili dyn` 可用于推送指定UP主指定动态
|
|
231
231
|
- ver 3.0.5-alpha.1 优化:推送卡片渲染,调整渲染图片格式为 `jpeg`
|
|
232
|
+
- ver 3.0.5-alpha.2 优化:移除多余依赖
|
|
232
233
|
|
|
233
234
|
## 交流群
|
|
234
235
|
|