fix: the max embedding value exceeds the limit.

This commit is contained in:
jialin
2026-01-13 20:57:50 +08:00
parent f0bfbfe693
commit c813344c7c
9 changed files with 89 additions and 29 deletions
+2 -1
View File
@@ -155,5 +155,6 @@ export default {
'请输入直接的图片链接(例如:https://…/image.png)。按 ESC 可取消。',
'playground.uploadImage.url.holder': '请输入图片链接',
'playground.uploadImage.url.button': '从链接添加图片',
'playground.params.duration': '时长 (秒)'
'playground.params.duration': '时长 (秒)',
'playground.params.resolution': '分辨率'
};