修复数据类型错误

This commit is contained in:
2025-07-09 01:00:17 +08:00
parent fe15c444f7
commit 28c8fccc40
6 changed files with 40 additions and 143 deletions
+6 -6
View File
@@ -24,12 +24,12 @@ user:
file:
max_size: 52428800
pahts:
- "./data/avatar/"
- "./data/upload/image/"
- "./data/upload/video/"
- "./data/upload/music/"
- "./data/upload/pdf/"
- "./data/upload/other/"
avatar: "./data/avatar/"
image: "./data/upload/image/"
video: "./data/upload/video/"
music: "./data/upload/music/"
pdf: "./data/upload/pdf/"
other: "./data/upload/other/"
allow_image_mime:
image/jpeg: true