feat: add admin feature modules and page route mappings

This commit is contained in:
chengkai3
2026-04-19 07:48:34 +08:00
parent bc08fdcb92
commit f99f1954f0
111 changed files with 15751 additions and 1203 deletions
+6
View File
@@ -44,12 +44,18 @@ def init_db() -> None:
auth_session,
chat,
file_storage,
hot_search,
life_countdown,
menu,
model_registry,
question_bank,
rbac,
requirement,
system_message,
system_param,
todo,
user,
vocabulary_word,
) # noqa: F401
from ..services.seed_service import seed_defaults