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
@@ -162,5 +162,6 @@ export default {
'Please enter a direct image URL (e.g. https://.../image.png). Press ESC to cancel.',
'playground.uploadImage.url.holder': 'Enter an image URL',
'playground.uploadImage.url.button': 'Add Image from URL',
'playground.params.duration': 'Duration (seconds)'
'playground.params.duration': 'Duration (seconds)',
'playground.params.resolution': 'Resolution'
};