CoolFace
Apppublic

xfvsdf/qqbot

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
start.bat7 linesDownload Raw Back to root
1git fetch --all2for /f "delims=" %%b in ('git rev-parse --abbrev-ref HEAD') do set branch=%%b3git reset --hard origin/%branch%4uv sync5call .venv\Scripts\activate.bat6python web.py7pause