fix: do not edit a image in loading

This commit is contained in:
jialin
2025-01-13 19:25:30 +08:00
parent 9974fa831c
commit bf461f59de
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export const imageSizeOptions: {
{ label: '768x1024(3:4)', value: '768x1024', width: 768, height: 1024 },
{ label: '1024x768(4:3)', value: '1024x768', width: 1024, height: 768 },
{ label: '1024x576(16:9)', value: '1024x576', width: 1024, height: 576 },
{ label: '576x1024(9:16)', value: '576xx1024', width: 576, height: 1024 },
{ label: '576x1024(9:16)', value: '576x1024', width: 576, height: 1024 },
{ label: '1024x1024(1:1)', value: '1024x1024', width: 1024, height: 1024 }
];