mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-12 21:03:13 +08:00
16 lines
464 B
Batchfile
16 lines
464 B
Batchfile
@REM 下载代码到本地
|
|
@REM 安装node(http://nodejs.cn/download/)
|
|
|
|
@REM for windows
|
|
@REM 此批处理脚本为本地运行代码前设置环境变量时所需
|
|
@REM 使用时先将本文件名改成env.bat
|
|
@REM 填入相应的值
|
|
@REM 需注意 % 要转义为 %%
|
|
@REM npm run test_start 启动脚本
|
|
@REM npm run test_check 检查是否中奖
|
|
@REM npm run test_clear 清空动态和关注
|
|
set COOKIE=
|
|
set NUMBER=1
|
|
set CLEAR=true
|
|
set SCKEY=
|
|
set PUSH_PLUS_TOKEN= |