feat: 增加 file 文件上传 50%

This commit is contained in:
YunaiV
2025-04-17 23:30:34 +08:00
parent 54f9d0c10f
commit f6e2dc55ff
11 changed files with 390 additions and 2 deletions

View File

@@ -67,5 +67,6 @@ export {
X,
Download,
Upload,
CloudUpload,
History,
} from 'lucide-vue-next';

View File

@@ -106,5 +106,14 @@
"backToLogin": "Back to login",
"entry": "Enter the system"
}
},
"upload": {
"upload": "Upload",
"accept": "Support {0} format",
"acceptUpload": "Only upload files in {0} format",
"maxSize": "A single file does not exceed {0}MB",
"maxSizeMultiple": "Only upload files up to {0}MB!",
"maxNumber": "Only upload up to {0} files",
"uploadSuccess": "Upload successfully"
}
}

View File

@@ -106,5 +106,14 @@
"backToLogin": "返回登录",
"entry": "进入系统"
}
},
"upload": {
"upload": "上传",
"accept": "支持{0}格式",
"acceptUpload": "只能上传{0}格式文件",
"maxSize": "单个文件不超过{0}MB",
"maxSizeMultiple": "只能上传不超过{0}MB的文件!",
"maxNumber": "最多只能上传{0}个文件",
"uploadSuccess": "上传成功"
}
}