This commit is contained in:
2026-08-28 18:52:27 +08:00
parent e0ecdfba52
commit d09f271569
89 changed files with 1716 additions and 2515 deletions

7
run.bat Normal file
View File

@@ -0,0 +1,7 @@
git pull
set PYTHONUTF8=1
taskkill /IM collector.exe /F
taskkill /IM python.exe /F
start python main.py
start bin\collector.exe
exit