chore: image edit scale

This commit is contained in:
jialin
2025-01-14 17:11:46 +08:00
parent c323b6a8a9
commit e089ddb223
4 changed files with 211 additions and 186 deletions
+2 -1
View File
@@ -136,5 +136,6 @@ export default {
'playground.image.brushSize': 'Brush Size',
'playground.image.download': 'Download Image',
'playground.image.generate': 'Generate',
'playground.image.edit': 'Edit'
'playground.image.edit': 'Edit',
'playground.image.fitview': 'Fit View'
};
+2 -1
View File
@@ -131,5 +131,6 @@ export default {
'playground.image.brushSize': '画笔大小',
'playground.image.download': '下载图片',
'playground.image.generate': '生成图片',
'playground.image.edit': '编辑图片'
'playground.image.edit': '编辑图片',
'playground.image.fitview': '适应视图'
};