重构漏损识别请求,添加用户验证和输入准备

This commit is contained in:
2026-03-04 17:23:01 +08:00
parent 340808e85e
commit b8aee14c00
4 changed files with 49 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ This is a FastAPI-based water network management system (供水管网智能管
# activate the server environment
conda activate server
# Install dependencies
pip install -r requirements.txt
<!-- pip install -r requirements.txt -->
# Start the server (default: http://0.0.0.0:8000 with 2 workers)
python scripts/run_server.py