perf(api): 修改 API 模式默认端口为 5556

This commit is contained in:
2025-06-15 20:55:13 +08:00
parent 600f2fb60c
commit 1034efc551
8 changed files with 17 additions and 47 deletions

View File

@@ -521,7 +521,7 @@ class XHS:
async def run_server(
self,
host="0.0.0.0",
port=6666,
port=5556,
log_level="info",
):
self.server = FastAPI(