koishi-plugin-video-parser-all 1.2.3 → 1.2.5
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.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -0
package/lib/index.js
CHANGED
|
@@ -49,7 +49,7 @@ exports.Config = koishi_1.Schema.intersect([
|
|
|
49
49
|
debug: koishi_1.Schema.boolean().default(false).description('开启调试模式,在控制台输出详细日志'),
|
|
50
50
|
}).description('基础设置'),
|
|
51
51
|
koishi_1.Schema.object({
|
|
52
|
-
unifiedMessageFormat: koishi_1.Schema.string().role('textarea').default(
|
|
52
|
+
unifiedMessageFormat: koishi_1.Schema.string().role('textarea').default('标题:${标题}\n作者:${作者}\n简介:${简介}\n点赞:${点赞数}\n收藏:${收藏数}\n转发:${转发数}\n播放:${播放数}\n评论:${评论数}\n图片数量:${图片数量}').description('统一消息格式,可用变量:${标题} ${作者} ${简介} ${点赞数} ${收藏数} ${转发数} ${播放数} ${评论数} ${视频时长} ${发布时间} ${图片数量} ${作者ID} ${封面}'),
|
|
53
53
|
}).description('消息格式设置'),
|
|
54
54
|
koishi_1.Schema.object({
|
|
55
55
|
showImageText: koishi_1.Schema.boolean().default(true).description('是否发送解析后的文字内容'),
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -141,6 +141,7 @@ This is a **multi-platform video/image parsing plugin** developed for the Koishi
|
|
|
141
141
|
| 贡献者 (Contributor) | 贡献内容 (Contribution) |
|
|
142
142
|
|----------------------|-------------------------|
|
|
143
143
|
| Minecraft-1314 | 插件完整开发 (Complete plugin development) |
|
|
144
|
+
| ShiraiKuroko003 | 修复消息格式设置问题并且PR-1.2.5版本已修复 |
|
|
144
145
|
| JH-Ahua | BugPk-Api 支持 |
|
|
145
146
|
| shangxue | 灵感来源 |
|
|
146
147
|
|