From 3e3dd9aad2680f81012b4e815662a5060c05e1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Sun, 22 Jun 2025 18:38:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=8A=A8=E9=94=BB=E9=80=A0?= =?UTF-8?q?=E9=AD=94=E7=9F=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoSmithyOre/main.js | 3 ++- repo/js/AutoSmithyOre/manifest.json | 2 +- repo/js/铁匠铺/manifest.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/repo/js/AutoSmithyOre/main.js b/repo/js/AutoSmithyOre/main.js index 047f8c3d..ba425ea1 100644 --- a/repo/js/AutoSmithyOre/main.js +++ b/repo/js/AutoSmithyOre/main.js @@ -32,7 +32,8 @@ await click(960, 900); await sleep(1000); // 确认 await click(220, 140); await sleep(1000); // 选择配方 await click(540, 270); await sleep(1000); // 选择魔矿 - await click(1750, 1020); await sleep(1000); // 3次锻造魔矿 + await click(1750, 1020); await sleep(1000); // 4次锻造魔矿 + await click(1750, 1020); await sleep(1000); await click(1750, 1020); await sleep(1000); await click(1750, 1020); await sleep(2000); await click(960, 600); await sleep(2000); diff --git a/repo/js/AutoSmithyOre/manifest.json b/repo/js/AutoSmithyOre/manifest.json index d55d3707..ddbd8a2a 100644 --- a/repo/js/AutoSmithyOre/manifest.json +++ b/repo/js/AutoSmithyOre/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动锻造魔矿", - "version": "1.0", + "version": "1.1", "description": "自动选择铁匠铺去锻造魔矿,默认选择枫丹铁匠铺;可选择其他地区铁匠铺。由于地图追踪功能不支持室内定位,所以不支持纳塔铁匠铺。", "authors": [ { diff --git a/repo/js/铁匠铺/manifest.json b/repo/js/铁匠铺/manifest.json index 599bc1c7..0ef70ed0 100644 --- a/repo/js/铁匠铺/manifest.json +++ b/repo/js/铁匠铺/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, - "name": "自动锻造魔矿", - "version": "2.1", + "name": "自动锻造魔矿(识图版)", + "version": "2.2", "bgi_version": "0.44.0", "description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n新增功能:仅领取锻造 - 允许用户仅领取已完成的锻造物品,而不进行新的锻造。\n \n使用前请阅读“readme”文件以获取更多详细信息。 \n---更新说明--- \n- 请查阅readme", "tags": ["铁匠铺", "锻造", "精锻用矿"],