This commit is contained in:
2025-09-10 20:18:01 +08:00
parent f5244f3e66
commit 729735f412
7 changed files with 347 additions and 325 deletions

View File

@@ -17,4 +17,4 @@ app.include_router(bigscreen_router)
# 主程序入口
if __name__ == "__main__":
# 启动 FastAPI 应用,监听 8200 端口
uvicorn.run(app, host="0.0.0.0", port=8200)
uvicorn.run(app, host="0.0.0.0", port=8100)