修复数据类型错误

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
-9
View File
@@ -15,16 +15,7 @@ var Configs_file Configs_file_t
var Database_configs map[string]interface{}
var Allowed_avatar_ext = map[string]bool{
".jpg": true,
".jpeg": true,
".png": true,
}
var Allowed_avatar_mime = map[string]bool{
"image/jpeg": true,
"image/png": true,
}
func init() {