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
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 40a966a375 - Show all commits
+2
View File
@@ -104,6 +104,8 @@ DATABASE_URL=sqlite+aiosqlite:///database.db
DATA_ROOT=./static DATA_ROOT=./static
# 静态文件夹URL # 静态文件夹URL
STATIC_URL=/static STATIC_URL=/static
# 是否开启上传
ENABLE_UPLOAD=true
# 错误次数 # 错误次数
ERROR_COUNT=5 ERROR_COUNT=5
# 错误限制分钟数 # 错误限制分钟数
+2
View File
@@ -113,6 +113,8 @@ DATABASE_URL=sqlite+aiosqlite:///database.db
DATA_ROOT=./static DATA_ROOT=./static
# 静态文件夹URL # 静态文件夹URL
STATIC_URL=/static STATIC_URL=/static
# 是否开启上传
ENABLE_UPLOAD=true
# 错误次数 # 错误次数
ERROR_COUNT=5 ERROR_COUNT=5
# 错误限制分钟数 # 错误限制分钟数