koishi-plugin-bilibili-notify 3.1.5 → 3.1.6
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/comRegister.js +2 -2
- package/package.json +1 -1
- package/readme.md +1 -0
package/lib/comRegister.js
CHANGED
|
@@ -615,7 +615,7 @@ class ComRegister {
|
|
|
615
615
|
// 判断是否需要发送URL
|
|
616
616
|
if (this.config.dynamicUrl) {
|
|
617
617
|
if (item.type === "DYNAMIC_TYPE_AV") {
|
|
618
|
-
dUrl = `${name}
|
|
618
|
+
dUrl = `${name}发布了新视频:https:${item.modules.module_dynamic.major.archive.jump_url}`;
|
|
619
619
|
}
|
|
620
620
|
else {
|
|
621
621
|
// 生成动态链接
|
|
@@ -797,7 +797,7 @@ class ComRegister {
|
|
|
797
797
|
this.logger.info("需要发送动态链接,开始生成链接...");
|
|
798
798
|
// 判断动态类型
|
|
799
799
|
if (item.type === "DYNAMIC_TYPE_AV") {
|
|
800
|
-
dUrl = `${name}
|
|
800
|
+
dUrl = `${name}发布了新视频:https:${item.modules.module_dynamic.major.archive.jump_url}`;
|
|
801
801
|
}
|
|
802
802
|
else {
|
|
803
803
|
// 生成动态链接
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -242,6 +242,7 @@ uid为必填参数,为要推送的UP主的UID,index为可选参数,为要
|
|
|
242
242
|
- ver 3.1.5-alpha.2 修复:潜在动态推送bug;
|
|
243
243
|
- ver 3.1.5-alpha.3 修复:动态推送时报错:dynamicDetect generateDynamicImg() 推送卡片发送失败,原因:Cannot read properties of undefined (reading 'card');
|
|
244
244
|
- ver 3.1.5 修复:非 `debug` 模式下动态推送,如果在一个监测周期内同一个订阅的up主发送多条动态,下一个监测周期会重复推送;
|
|
245
|
+
- ver 3.1.6 修复:视频类动态推送时,发送的视频链接有误;
|
|
245
246
|
|
|
246
247
|
## 交流群
|
|
247
248
|
|