fix(style): image wraper full size

This commit is contained in:
jialin
2024-12-02 18:56:27 +08:00
parent a7456d1182
commit 50c740d219
8 changed files with 72 additions and 35 deletions
+1
View File
@@ -116,6 +116,7 @@ export default {
'playground.image.prompt.random': 'Random Prompt',
'playground.audio.button.fast': 'Speed Up',
'playground.audio.button.slow': 'Slow Down',
'playground.audio.generating': 'Generating',
'playgorund.audio.voice.error':
'Voices are unavailable. The model may still be initializing. Please refresh after a brief wait.'
};
+1
View File
@@ -113,6 +113,7 @@ export default {
'playground.image.prompt.random': '随机提示词',
'playground.audio.button.fast': '快进',
'playground.audio.button.slow': '慢放',
'playground.audio.generating': '生成中',
'playgorund.audio.voice.error':
'声音无法使用。该模型可能仍在初始化。请稍候后刷新。'
};