mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: 修改单词拼写->install
This commit is contained in:
parent
c1c39aebf8
commit
8752cf3dbe
10
.github/workflows/check.yml
vendored
10
.github/workflows/check.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
NUMBER: 1
|
||||
COOKIE: ${{ secrets.COOKIE }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run check
|
||||
lottery_2:
|
||||
runs-on: ubuntu-latest
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
NUMBER: 2
|
||||
COOKIE: ${{ secrets.COOKIE2 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run check
|
||||
lottery_3:
|
||||
runs-on: ubuntu-latest
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
NUMBER: 3
|
||||
COOKIE: ${{ secrets.COOKIE3 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run check
|
||||
lottery_4:
|
||||
runs-on: ubuntu-latest
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
NUMBER: 4
|
||||
COOKIE: ${{ secrets.COOKIE4 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run check
|
||||
lottery_5:
|
||||
runs-on: ubuntu-latest
|
||||
@ -92,5 +92,5 @@ jobs:
|
||||
NUMBER: 5
|
||||
COOKIE: ${{ secrets.COOKIE5 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run check
|
||||
|
||||
10
.github/workflows/clear.yml
vendored
10
.github/workflows/clear.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
NUMBER: 1
|
||||
COOKIE: ${{ secrets.COOKIE }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run clear
|
||||
lottery_2:
|
||||
runs-on: ubuntu-latest
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
NUMBER: 2
|
||||
COOKIE: ${{ secrets.COOKIE2 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run clear
|
||||
lottery_3:
|
||||
runs-on: ubuntu-latest
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
NUMBER: 3
|
||||
COOKIE: ${{ secrets.COOKIE3 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run clear
|
||||
lottery_4:
|
||||
runs-on: ubuntu-latest
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
NUMBER: 4
|
||||
COOKIE: ${{ secrets.COOKIE4 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run clear
|
||||
lottery_5:
|
||||
runs-on: ubuntu-latest
|
||||
@ -93,5 +93,5 @@ jobs:
|
||||
NUMBER: 5
|
||||
COOKIE: ${{ secrets.COOKIE5 }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run clear
|
||||
|
||||
@ -266,7 +266,7 @@ lottery_*:
|
||||
NUMBER: *
|
||||
COOKIE: ${{ secrets.COOKIE* }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run check
|
||||
```
|
||||
|
||||
@ -287,7 +287,7 @@ lottery_*:
|
||||
NUMBER: *
|
||||
COOKIE: ${{ secrets.COOKIE* }}
|
||||
run: |
|
||||
npm insatll
|
||||
npm install
|
||||
npm run clear
|
||||
```
|
||||
将以上的三处星号(`*`)改为数字并依次复制粘贴以清理更多的账号
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
@REM 使用时先将本文件名改成env.bat
|
||||
@REM 填入相应的值
|
||||
@REM 需注意 % 要转义为 %%
|
||||
@REM npm install
|
||||
@REM npm run test_start 启动脚本
|
||||
@REM npm run test_check 检查是否中奖
|
||||
@REM npm run test_clear 清空动态和关注
|
||||
|
||||
Loading…
Reference in New Issue
Block a user