test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit ca69797120 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ DATA_ROOT = './data/' + config('DATA_ROOT', cast=str, default=f"static")
# 静态文件夹URL # 静态文件夹URL
STATIC_URL = config('STATIC_URL', cast=str, default="/static") STATIC_URL = config('STATIC_URL', cast=str, default="/static")
# 开启上传 # 开启上传
ENABLE_UPLOAD = config('ENABLE_UPLOAD', cast=bool, default=False) ENABLE_UPLOAD = config('ENABLE_UPLOAD', cast=bool, default=True)
# 最长天数 # 最长天数
MAX_DAYS = config('MAX_DAYS', cast=int, default=7) MAX_DAYS = config('MAX_DAYS', cast=int, default=7)
# 错误次数 # 错误次数