fix: 修复自动购买每天&3天&每周刷新商品第759行语法错误 (#2834)

* fix: 修复 main.js 第759行语法错误 - 缺少右括号

* Update manifest.json

---------

Co-authored-by: 起个名字好难的喵 <25520958+MisakaAldrich@users.noreply.github.com>
This commit is contained in:
20140171
2026-02-02 07:26:06 +08:00
committed by GitHub
parent c2b23ad17e
commit 4e9e1c0905
2 changed files with 3 additions and 2 deletions

View File

@@ -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() {
})();

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "自动购买每天&3天&每周刷新商品",
"version": "3.1.1",
"version": "3.1.2",
"description": "自动购买每天&3天&每周刷新商品\n每天刷新商品自动购买商品\n3天刷新商品未到刷新日不购买该商品\n每周刷新商品可指定每周购买商品",
"authors": [
{