diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 38ce3df..6787059 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 diff --git a/.github/workflows/clear.yml b/.github/workflows/clear.yml index 9a8984b..264ce2b 100644 --- a/.github/workflows/clear.yml +++ b/.github/workflows/clear.yml @@ -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 diff --git a/README.md b/README.md index 0276f3c..7b81d77 100644 --- a/README.md +++ b/README.md @@ -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 ``` 将以上的三处星号(`*`)改为数字并依次复制粘贴以清理更多的账号 diff --git a/env.example.bat b/env.example.bat index 699c03d..87923a5 100644 --- a/env.example.bat +++ b/env.example.bat @@ -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 清空动态和关注