初步开发完成

This commit is contained in:
xsl
2026-01-26 23:45:58 +08:00
parent 1fe6708e11
commit 989a0227c7
58 changed files with 150371 additions and 217 deletions
+1 -2
View File
@@ -77,8 +77,7 @@ async def validation_exception_handler(request: Request, exc: RequestValidationE
@app.on_event("startup")
async def startup_event():
# await init_db() # 注释掉,MySQL需要配置后再启用
pass
await init_db() # 启用数据库初始化
@app.get("/")