From a7157026674bc9f573730b6abe9b8a04a2253a60 Mon Sep 17 00:00:00 2001 From: this-Fish Date: Fri, 30 Jan 2026 16:31:16 +0800 Subject: [PATCH] =?UTF-8?q?JS/=E8=87=AA=E5=8A=A8=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=AF=8F=E5=A4=A9&3=E5=A4=A9&=E6=AF=8F=E5=91=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=95=86=E5=93=81=203.1.1=20(#2817)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修正有機會點不到100 * Update manifest version to 3.1.1 --- repo/js/自动购买每天&3天&每周刷新商品/main.js | 3 ++- repo/js/自动购买每天&3天&每周刷新商品/manifest.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/repo/js/自动购买每天&3天&每周刷新商品/main.js b/repo/js/自动购买每天&3天&每周刷新商品/main.js index 0c633de40..f0f4a57a8 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/main.js +++ b/repo/js/自动购买每天&3天&每周刷新商品/main.js @@ -756,7 +756,7 @@ async function qucikBuy() { // 确保最终数量至最大 await sleep(200); - click(2372, 1205); + click(2370, 1208; await sleep(200); // 点击确认按钮 @@ -1165,3 +1165,4 @@ async function initRo() { } })(); + diff --git a/repo/js/自动购买每天&3天&每周刷新商品/manifest.json b/repo/js/自动购买每天&3天&每周刷新商品/manifest.json index b477c0dcf..fcbf375bb 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/manifest.json +++ b/repo/js/自动购买每天&3天&每周刷新商品/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动购买每天&3天&每周刷新商品", - "version": "3.1.0", + "version": "3.1.1", "description": "自动购买每天&3天&每周刷新商品\n每天刷新商品:自动购买商品\n3天刷新商品:未到刷新日不购买该商品\n每周刷新商品:可指定每周购买商品", "authors": [ { @@ -20,3 +20,4 @@ "main": "main.js" } +