final version

This commit is contained in:
2026-02-18 23:39:39 +08:00
parent 72ab0c0b56
commit 32d0bca5f9
3975 changed files with 781 additions and 1106509 deletions

View File

@@ -90,8 +90,8 @@ cd deploy
# 或本地开发模式
# 后端
cd backend
pip install -r requirements.txt
uvicorn app.main:app --reload
source venv/bin/activate
python -m uvicorn app.main:app --host 0.0.0.0 --port 8001 --reload
# 前端
cd frontend
@@ -155,7 +155,7 @@ algorithm-showcase/
## API文档
API文档可在运行服务后访问http://localhost:8000/docs
API文档可在运行服务后访问http://localhost:8001/docs
详细API参考文档请参阅 [docs/api-reference.md](docs/api-reference.md)。