chore: unify education management naming

This commit is contained in:
Codex
2026-06-15 12:38:25 +08:00
parent 5112f7ab4e
commit 41452bcd73
13 changed files with 40 additions and 36 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from fastapi.responses import JSONResponse
from .routers import accounts, admin, health, ingest, pages, records
app = FastAPI(title="新时空教务管", version="1.0.0")
app = FastAPI(title="新时空教务管理系统", version="1.0.0")
@app.exception_handler(ValueError)