koishi-plugin-ai-video 0.0.3 → 0.0.4
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 +27 -27
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -92,33 +92,33 @@ exports.Config = koishi_1.Schema.intersect([
|
|
|
92
92
|
}).description('权限管理'),
|
|
93
93
|
koishi_1.Schema.object({
|
|
94
94
|
messages: koishi_1.Schema.object({
|
|
95
|
-
generating: koishi_1.Schema.string().default('视频生成中,请耐心等待...'),
|
|
96
|
-
enterCollect: koishi_1.Schema.string().default('已进入收集模式,请继续发送图片/文字。发送「开始」触发生成,发送「取消」退出。当前已收集: 0 张图片, 0 段文字'),
|
|
97
|
-
collectUpdate: koishi_1.Schema.string().default('当前已收集: {images} 张图片, 文字已更新'),
|
|
98
|
-
collectTimeout: koishi_1.Schema.string().default('收集超时,已自动退出'),
|
|
99
|
-
empty: koishi_1.Schema.string().default('[提示] 请输入提示词或上传图片'),
|
|
100
|
-
noApi: koishi_1.Schema.string().default('[提示] 未配置可用API'),
|
|
101
|
-
fail: koishi_1.Schema.string().default('[提示] 视频生成失败'),
|
|
102
|
-
noContent: koishi_1.Schema.string().default('(未返回任何视频内容)'),
|
|
103
|
-
templateError: koishi_1.Schema.string().default('(模板配置错误)'),
|
|
104
|
-
txt2videoDisabled: koishi_1.Schema.string().default('[提示] 文生视频功能未启用'),
|
|
105
|
-
img2videoDisabled: koishi_1.Schema.string().default('[提示] 图生视频功能未启用'),
|
|
106
|
-
rateLimit: koishi_1.Schema.string().default('[提示] 调用次数已达上限'),
|
|
107
|
-
needAssets: koishi_1.Schema.string().default('[提示] 图生视频需要正确配置 assets 服务'),
|
|
108
|
-
blacklisted: koishi_1.Schema.string().default('[提示] 你已被加入黑名单'),
|
|
109
|
-
noPermission: koishi_1.Schema.string().default('[提示] 无权限管理黑名单'),
|
|
110
|
-
blacklistAddSuccess: koishi_1.Schema.string().default('已将 {targets} 加入黑名单'),
|
|
111
|
-
blacklistRemoveSuccess: koishi_1.Schema.string().default('已将 {targets} 移出黑名单'),
|
|
112
|
-
blacklistAddFail: koishi_1.Schema.string().default('{targets} 已在黑名单或无效'),
|
|
113
|
-
blacklistRemoveFail: koishi_1.Schema.string().default('{targets} 不在黑名单'),
|
|
114
|
-
invalidUserId: koishi_1.Schema.string().default('无效QQ号:{targets}'),
|
|
115
|
-
blacklistListEmpty: koishi_1.Schema.string().default('黑名单为空'),
|
|
116
|
-
blacklistListTitle: koishi_1.Schema.string().default('当前黑名单:'),
|
|
117
|
-
noLastTask: koishi_1.Schema.string().default('没有上一次记录,无法重绘'),
|
|
118
|
-
redrawing: koishi_1.Schema.string().default('正在重绘上一次文生视频...'),
|
|
119
|
-
redrawImg2Video: koishi_1.Schema.string().default('[提示] 重绘仅支持文生视频'),
|
|
120
|
-
cancelCollect: koishi_1.Schema.string().default('已取消收集模式'),
|
|
121
|
-
pollWaiting: koishi_1.Schema.string().default('视频生成中(异步轮询),请稍后...'),
|
|
95
|
+
generating: koishi_1.Schema.string().default('视频生成中,请耐心等待...').description('生成中提示'),
|
|
96
|
+
enterCollect: koishi_1.Schema.string().default('已进入收集模式,请继续发送图片/文字。发送「开始」触发生成,发送「取消」退出。当前已收集: 0 张图片, 0 段文字').description('进入收集模式提示'),
|
|
97
|
+
collectUpdate: koishi_1.Schema.string().default('当前已收集: {images} 张图片, 文字已更新').description('收集更新提示'),
|
|
98
|
+
collectTimeout: koishi_1.Schema.string().default('收集超时,已自动退出').description('收集超时提示'),
|
|
99
|
+
empty: koishi_1.Schema.string().default('[提示] 请输入提示词或上传图片').description('空输入提示'),
|
|
100
|
+
noApi: koishi_1.Schema.string().default('[提示] 未配置可用API').description('无API提示'),
|
|
101
|
+
fail: koishi_1.Schema.string().default('[提示] 视频生成失败').description('生成失败提示'),
|
|
102
|
+
noContent: koishi_1.Schema.string().default('(未返回任何视频内容)').description('无内容提示'),
|
|
103
|
+
templateError: koishi_1.Schema.string().default('(模板配置错误)').description('模板错误提示'),
|
|
104
|
+
txt2videoDisabled: koishi_1.Schema.string().default('[提示] 文生视频功能未启用').description('文生视频禁用提示'),
|
|
105
|
+
img2videoDisabled: koishi_1.Schema.string().default('[提示] 图生视频功能未启用').description('图生视频禁用提示'),
|
|
106
|
+
rateLimit: koishi_1.Schema.string().default('[提示] 调用次数已达上限').description('频率限制提示'),
|
|
107
|
+
needAssets: koishi_1.Schema.string().default('[提示] 图生视频需要正确配置 assets 服务').description('需要Assets提示'),
|
|
108
|
+
blacklisted: koishi_1.Schema.string().default('[提示] 你已被加入黑名单').description('黑名单提示'),
|
|
109
|
+
noPermission: koishi_1.Schema.string().default('[提示] 无权限管理黑名单').description('无权限提示'),
|
|
110
|
+
blacklistAddSuccess: koishi_1.Schema.string().default('已将 {targets} 加入黑名单').description('添加黑名单成功提示'),
|
|
111
|
+
blacklistRemoveSuccess: koishi_1.Schema.string().default('已将 {targets} 移出黑名单').description('移除黑名单成功提示'),
|
|
112
|
+
blacklistAddFail: koishi_1.Schema.string().default('{targets} 已在黑名单或无效').description('添加黑名单失败提示'),
|
|
113
|
+
blacklistRemoveFail: koishi_1.Schema.string().default('{targets} 不在黑名单').description('移除黑名单失败提示'),
|
|
114
|
+
invalidUserId: koishi_1.Schema.string().default('无效QQ号:{targets}').description('无效用户ID提示'),
|
|
115
|
+
blacklistListEmpty: koishi_1.Schema.string().default('黑名单为空').description('黑名单为空提示'),
|
|
116
|
+
blacklistListTitle: koishi_1.Schema.string().default('当前黑名单:').description('黑名单标题提示'),
|
|
117
|
+
noLastTask: koishi_1.Schema.string().default('没有上一次记录,无法重绘').description('无上一次任务提示'),
|
|
118
|
+
redrawing: koishi_1.Schema.string().default('正在重绘上一次文生视频...').description('重绘中文生视频提示'),
|
|
119
|
+
redrawImg2Video: koishi_1.Schema.string().default('[提示] 重绘仅支持文生视频').description('重绘图生视频提示'),
|
|
120
|
+
cancelCollect: koishi_1.Schema.string().default('已取消收集模式').description('取消收集提示'),
|
|
121
|
+
pollWaiting: koishi_1.Schema.string().default('视频生成中(异步轮询),请稍后...').description('轮询等待提示'),
|
|
122
122
|
}).description('消息文本'),
|
|
123
123
|
}).description('消息文本'),
|
|
124
124
|
]);
|