feat: 增加 image 文件上传 80%

This commit is contained in:
YunaiV
2025-04-18 13:08:20 +08:00
parent f6e2dc55ff
commit 1bacb6759f
4 changed files with 282 additions and 11 deletions

View File

@@ -109,6 +109,7 @@
},
"upload": {
"upload": "Upload",
"imgUpload": "ImageUpload",
"accept": "Support {0} format",
"acceptUpload": "Only upload files in {0} format",
"maxSize": "A single file does not exceed {0}MB",

View File

@@ -109,6 +109,7 @@
},
"upload": {
"upload": "上传",
"imgUpload": "图片上传",
"accept": "支持{0}格式",
"acceptUpload": "只能上传{0}格式文件",
"maxSize": "单个文件不超过{0}MB",