fix bug and refine ,end of 2025

This commit is contained in:
xinzish
2025-12-31 16:11:28 +08:00
parent 38fb35a333
commit 32bbe3ddcd
23 changed files with 3180 additions and 68 deletions

View File

@@ -1,9 +1,9 @@
REM f:
REM cd "f:\DEV\GitHub\TJWaterServer"
git pull
REM git pull
REM call startpg.bat
cd C:\SourceCode\Server
cd d:\TJWaterServer\
REM uvicorn main:app --host 0.0.0.0 --port 80 --reload
uvicorn main:app --host 0.0.0.0 --port 80
python -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload