LotteryAutoScript/script/windows/start.ps1
2021-05-21 17:04:12 +08:00

9 lines
62 B
PowerShell

chcp 65001
cd ..
cd ..
npm i
npm run start
# 暂停
pause