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"