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