Add files via upload

This commit is contained in:
APIdumper
2024-08-21 21:37:09 +05:30
committed by GitHub
commit e0f94df547
8 changed files with 1049 additions and 0 deletions

5
stop.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
taskkill /f /im node.exe*
setx http_proxy ""
setx https_proxy ""
exit /b 0