From 4e9e1c09053963c09273515746e463e871bf7149 Mon Sep 17 00:00:00 2001 From: 20140171 Date: Mon, 2 Feb 2026 07:26:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E6=AF=8F=E5=A4=A9&3=E5=A4=A9&=E6=AF=8F?= =?UTF-8?q?=E5=91=A8=E5=88=B7=E6=96=B0=E5=95=86=E5=93=81=E7=AC=AC759?= =?UTF-8?q?=E8=A1=8C=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF=20(#2834)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复 main.js 第759行语法错误 - 缺少右括号 * Update manifest.json --------- Co-authored-by: 起个名字好难的喵 <25520958+MisakaAldrich@users.noreply.github.com> --- repo/js/自动购买每天&3天&每周刷新商品/main.js | 3 ++- repo/js/自动购买每天&3天&每周刷新商品/manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/repo/js/自动购买每天&3天&每周刷新商品/main.js b/repo/js/自动购买每天&3天&每周刷新商品/main.js index f0f4a57a8..9a375b977 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/main.js +++ b/repo/js/自动购买每天&3天&每周刷新商品/main.js @@ -756,7 +756,7 @@ async function qucikBuy() { // 确保最终数量至最大 await sleep(200); - click(2370, 1208; + click(2370, 1208); await sleep(200); // 点击确认按钮 @@ -1166,3 +1166,4 @@ async function initRo() { })(); + diff --git a/repo/js/自动购买每天&3天&每周刷新商品/manifest.json b/repo/js/自动购买每天&3天&每周刷新商品/manifest.json index fcbf375bb..7c2b77876 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.1", + "version": "3.1.2", "description": "自动购买每天&3天&每周刷新商品\n每天刷新商品:自动购买商品\n3天刷新商品:未到刷新日不购买该商品\n每周刷新商品:可指定每周购买商品", "authors": [ {