mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
beautify the error tip of upload directory
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "all",
|
||||
"singleQuote": true
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
# 3.1.6
|
||||
1. 优化拖拽文件夹进行上传的错误提示
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"echarts": "4.8.0",
|
||||
"echarts-for-react": "2.0.16",
|
||||
"photoswipe": "^4.1.3",
|
||||
"prettier": "^2.6.2",
|
||||
"qs": "^6.10.3",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
|
||||
@@ -108,6 +108,7 @@ let LangEn = {
|
||||
uploadMode: "Upload Mode",
|
||||
fillMode: "Fill Mode",
|
||||
sizeExceedLimit: "File size exceed limit {}>{}",
|
||||
dropNotDirectory: "Cannot drag and drop folders for uploading",
|
||||
setPublic: "Set as public",
|
||||
setPrivate: "Set as private",
|
||||
copyLink: "Copy Link",
|
||||
|
||||
@@ -108,6 +108,7 @@ let LangZh = {
|
||||
uploadMode: "上传模式",
|
||||
fillMode: "填写模式",
|
||||
sizeExceedLimit: "文件大小超过了限制{}>{}",
|
||||
dropNotDirectory: "不可拖拽文件夹进行上传",
|
||||
setPublic: "设置为公有文件",
|
||||
setPrivate: "设置为私有文件",
|
||||
copyLink: "复制下载链接",
|
||||
|
||||
+617
-647
File diff suppressed because it is too large
Load Diff
@@ -7180,6 +7180,11 @@ prelude-ls@~1.1.2:
|
||||
resolved "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
|
||||
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
|
||||
|
||||
prettier@^2.6.2:
|
||||
version "2.6.2"
|
||||
resolved "https://registry.npmmirror.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
|
||||
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
|
||||
|
||||
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1:
|
||||
version "5.6.0"
|
||||
resolved "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
||||
|
||||
Reference in New Issue
Block a user