LotteryAutoScript/script/windows/start.ps1
shanmite 0c30e5d12f feat: 添加启动脚本; 异常关注自动跳过
script目录下增加windows与linuxshell脚本
异常号只会对部分UP出现关注异常
2021-05-15 13:43:34 +08:00

9 lines
135 B
PowerShell

chcp 65001
$host.UI.RawUI.BackgroundColor = "Black"
$host.UI.RawUI.WindowTitle = "动态抽奖"
npm i
npm run start
# 暂停
pause