更新命令

This commit is contained in:
sladro 2026-03-04 14:50:41 +08:00
parent 9008201d51
commit c26626e29b

View File

@ -8,4 +8,7 @@ deactivate退出虚虚拟环境
- python scripts\build_exe.py --clean
### 启动
- python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
- python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
### exe启动
- .\dist\CadHubManage.exe --host 0.0.0.0 --port 8000