Signed-off-by: 吴文峰 <kevin@lmve.net>
This commit is contained in:
2026-01-13 21:08:19 +08:00
parent 3acc19ffd8
commit 0b67a9bf09
16 changed files with 420 additions and 117 deletions
+6 -6
View File
@@ -24,12 +24,12 @@ user:
file:
maxSize: 52428800
pahts:
avatar: "./data/avatar/"
image: "./data/upload/image/"
video: "./data/upload/video/"
music: "./data/upload/music/"
pdf: "./data/upload/pdf/"
other: "./data/upload/other/"
avatar: "data/static/avatar/"
image: "data/upload/image/"
video: "data/upload/video/"
music: "data/upload/music/"
pdf: "data/upload/pdf/"
other: "data/upload/other/"
allowImageMime:
image/jpeg: ".jpeg"
+6 -1
View File
@@ -9,6 +9,11 @@
"userEmailFormatError":-43,
"userCookieError":-44,
"userCookieNotFund":-44,
"userCookieExpired":-44
"userCookieExpired":-44,
"file_mime_err":-51,
"file_size_err":-52,
"file_name_err":-53,
"file_get_err":-54
}