chore: improve image edit

This commit is contained in:
jialin
2025-02-17 13:49:55 +08:00
parent 384a75622f
commit d2a3388058
13 changed files with 214 additions and 86 deletions
+3 -1
View File
@@ -139,5 +139,7 @@ export default {
'playground.image.generate': 'Generate',
'playground.image.edit': 'Edit',
'playground.image.fitview': 'Fit View',
'playground.chat.aithought': 'CoT'
'playground.chat.aithought': 'CoT',
'playground.image.mask.uploaded': 'Mask Uploaded',
'playground.image.mask.upload': 'Upload Mask'
};
+3 -1
View File
@@ -134,5 +134,7 @@ export default {
'playground.image.generate': '生成图片',
'playground.image.edit': '编辑图片',
'playground.image.fitview': '适应视图',
'playground.chat.aithought': '思考过程'
'playground.chat.aithought': '思考过程',
'playground.image.mask.uploaded': '遮罩已上传',
'playground.image.mask.upload': '上传遮罩'
};