feat: overhaul UI styling, improve templates, enhance services and tests

This commit is contained in:
2026-06-06 00:38:56 +08:00
parent f7f1a4c0cb
commit 904eec392e
38 changed files with 1471 additions and 795 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ def create_app() -> FastAPI:
# 安全警告
if settings.ADMIN_TOKEN == "change-me":
logger.warning("⚠️ ADMIN_TOKEN is the default value 'change-me'. Please change it in .env!")
logger.warning(
"⚠️ ADMIN_TOKEN is the default value 'change-me'. Please change it in .env!"
)
if settings.APP_HOST not in ("127.0.0.1", "localhost", "::1"):
logger.warning(