From ef37c5d4c8bc1c13e47785083c6e5d4ac121c1f4 Mon Sep 17 00:00:00 2001 From: Takaranoao Date: Mon, 14 Jul 2025 18:09:03 -0400 Subject: [PATCH] =?UTF-8?q?=E9=93=81=E5=8C=A0=E9=93=BA=E8=84=9A=E6=9C=AC:?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E5=BB=B6=E6=97=B6=E4=BB=A5?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E5=9C=A8=E7=BD=91=E7=BB=9C=E5=BB=B6=E8=BF=9F?= =?UTF-8?q?=E6=AF=94=E8=BE=83=E9=AB=98=E7=9A=84=E6=97=B6=E5=80=99=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=20(#1346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/铁匠铺/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo/js/铁匠铺/main.js b/repo/js/铁匠铺/main.js index 151295d7..75421741 100644 --- a/repo/js/铁匠铺/main.js +++ b/repo/js/铁匠铺/main.js @@ -227,6 +227,7 @@ async function forgeOre(smithyName) { let Forge = captureGameRegion().find(ForgeRo); if (Forge.isExist()) { log.info("已找到对话界面锻造图标"); + await sleep(1000); Forge.click(); dialogFound = true; break; @@ -348,4 +349,4 @@ async function forgeOre(smithyName) { if (notice) { notification.send("自动锻造矿石脚本结束"); } -})(); \ No newline at end of file +})();