From f0c395108d6be567f6488edb16954e73beb7793c Mon Sep 17 00:00:00 2001 From: this-Fish Date: Tue, 24 Mar 2026 19:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8B=95=E8=B3=BC=E8=B2=B7=E5=95=86?= =?UTF-8?q?=E5=93=81=203.2.8=20=20(#3030)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 自动购买商品 3.2.8 增加點擊+號、確保全買 * CTLF to LF --- repo/js/自动购买商品/main.js | 3 +++ repo/js/自动购买商品/manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/repo/js/自动购买商品/main.js b/repo/js/自动购买商品/main.js index fd8662783..b5f2e6fd7 100644 --- a/repo/js/自动购买商品/main.js +++ b/repo/js/自动购买商品/main.js @@ -756,6 +756,9 @@ async function qucikBuy() { await sleep(200); click(2370, 1208); await sleep(200); + // 再點擊+號避免只買99 + click(2584, 1204); + await sleep(200); // 点击确认按钮 click(confirmBtnX, confirmBtnY); diff --git a/repo/js/自动购买商品/manifest.json b/repo/js/自动购买商品/manifest.json index 0f9ce2d20..441cf6bfb 100644 --- a/repo/js/自动购买商品/manifest.json +++ b/repo/js/自动购买商品/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动购买商品", - "version": "3.2.7", + "version": "3.2.8", "description": "自动购买商品\n每天刷新商品:自动购买商品\n3天刷新商品:未到刷新日不购买该商品\n每周刷新商品:可指定每周购买商品", "authors": [ {