style: create images ux

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent dde937f460
commit 67febd3e25
14 changed files with 150 additions and 73 deletions
+5
View File
@@ -43,6 +43,7 @@ export default {
'playground.toolbar.compare4Model': '4-Model Comparison',
'playground.toolbar.compare6Model': '6-Model Comparison',
'playground.input.holder': 'Type <kbd>/</kbd> to input message',
'playground.input.prompt.holder': 'Type <kbd>/</kbd> to input prompt',
'playground.input.keyword.holder': 'Type <kbd>/</kbd> to input your query',
'playground.compare.apply': 'Apply',
'playground.compare.applytoall': 'Apply to all models',
@@ -61,6 +62,10 @@ export default {
'playground.params.height': 'Height',
'playground.params.custom': 'Custom',
'playground.params.empty.tips': 'Generated images will appear here',
'playground.params.standard': 'Standard',
'playground.params.hd': 'HD',
'playground.params.style.vivid': 'Vivid',
'playground.params.style.natural': 'Natural',
'playground.embedding.documents': 'Documents',
'playground.embedding.addtext': 'Add Text',
'playground.embedding.inputyourtext': 'Input your text',
+1 -1
View File
@@ -5,7 +5,7 @@ export default {
'menu.playground.embedding': '文本嵌入',
'menu.playground.chat': '对话',
'menu.playground.speech': '语音',
'menu.playground.text2images': '图',
'menu.playground.text2images': '文生图',
'menu.compare': '多模型对比',
'menu.models': '模型',
'menu.resources': '资源',
+5
View File
@@ -44,6 +44,7 @@ export default {
'playground.toolbar.compare6Model': '6 模型对比',
'playground.input.holder': '按 <kbd>/</kbd> 开始输入',
'playground.input.keyword.holder': '按 <kbd>/</kbd> 输入你的查询',
'playground.input.prompt.holder': '按 <kbd>/</kbd> 输入提示',
'playground.compare.apply': '应用',
'playground.compare.applytoall': '应用到所有模型',
'playground.model.noavailable': '无可用模型',
@@ -60,6 +61,10 @@ export default {
'playground.params.width': '宽度',
'playground.params.height': '高度',
'playground.params.custom': '自定义',
'playground.params.standard': '标准',
'playground.params.hd': '高清',
'playground.params.style.vivid': '生动',
'playground.params.style.natural': '自然',
'playground.params.empty.tips': '生成的图片将出现在这里',
'playground.embedding.documents': '文档',
'playground.embedding.addtext': '添加文本',