This commit is contained in:
onvia
2023-07-22 14:47:07 +08:00
parent 7aeacc0549
commit 5c468c1747
2222 changed files with 17 additions and 1793245 deletions

View File

@@ -1,11 +0,0 @@
@echo off
set input1=%1%
set input2=%2%
cd /d %~dp0
node ./index.js %input1% %input2%
pause
exit