Skip to content

Module main

liwei9745 edited this page Jul 9, 2026 · 1 revision

title: Module main type: entity created: 2026-07-10 updated: 2026-07-10 sources: [genbox-extracted.json] tags: [module, backend]

Module: main.py(FastAPI 入口)

GenBox 后端主入口,约 6600 行 Python 的一部分,挂载 47 个路由

职责

  • 创建 FastAPI app,注册全部 /api/* 路由
  • 进程启动自启浏览器(webbrowser)
  • PyInstaller 路径兼容(get_base_path)
  • 聚合四大域:生成 / 视频 / 画廊 / dashboard

路由分组

API-生成与图像 API-视频 API-Provider管理 API-画廊 API-Dashboard API-Setup与Proxy

See Also

Clone this wiki locally