fix: automatically update the page when scrolling

This commit is contained in:
jialin
2025-01-02 12:22:09 +08:00
parent e4b1dfc77a
commit d7de302393
17 changed files with 151 additions and 133 deletions
+3 -1
View File
@@ -134,5 +134,7 @@ export default {
'playground.image.edit.tips': 'Click or drag image to this area to upload',
'playground.image.saveMask': 'Save Mask',
'playground.image.brushSize': 'Brush Size',
'playground.image.download': 'Download Image'
'playground.image.download': 'Download Image',
'playground.image.generate': 'Generate',
'playground.image.edit': 'Edit'
};
+3 -1
View File
@@ -129,5 +129,7 @@ export default {
'playground.image.edit.tips': '点击或拖动图片到此区域上传',
'playground.image.saveMask': '保存遮罩',
'playground.image.brushSize': '画笔大小',
'playground.image.download': '下载图片'
'playground.image.download': '下载图片',
'playground.image.generate': '生成图片',
'playground.image.edit': '编辑图片'
};