feat: 开发编辑工作台

This commit is contained in:
R524809
2026-08-14 18:27:45 +08:00
parent b27e42dc75
commit c18d70017e
50 changed files with 5496 additions and 57 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ if [[ ! -f .env ]]; then
exit 1
fi
echo "启动中:http://127.0.0.1:8000/ozonSeller.html"
echo "启动中:http://127.0.0.1:8800/ozonSeller.html"
echo "按 Ctrl+C 可停止服务"
echo
# --app-dir server 让 uvicorn 在 server/ 下找 main:app,工作目录仍是仓库根(.env 在此)
uvicorn main:app --app-dir server --reload --reload-include '*.yaml' --host 127.0.0.1 --port 8000
uvicorn main:app --app-dir server --reload --reload-include '*.yaml' --host 127.0.0.1 --port 8800
echo
echo "服务已停止。按回车关闭窗口…"