优化双平台后台界面

This commit is contained in:
yml2213
2026-07-05 12:25:18 +08:00
parent 32065c75a3
commit 8f48b96fdc
7 changed files with 545 additions and 363 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="斗鱼批量登录后台",
title="直播运营后台",
version=get_app_version(),
lifespan=lifespan,
)