From b6b288c72d9d5cfcc545da1d801629aa62585131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Sat, 24 May 2025 12:12:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E6=88=98=E5=89=8D=E7=AD=89?= =?UTF-8?q?=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoLeyLineOutcrop/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/js/AutoLeyLineOutcrop/main.js b/repo/js/AutoLeyLineOutcrop/main.js index 87dab4e7..9effe51e 100644 --- a/repo/js/AutoLeyLineOutcrop/main.js +++ b/repo/js/AutoLeyLineOutcrop/main.js @@ -808,6 +808,7 @@ async function processLeyLineOutcrop(timeout, targetPath, retries = 0) { if (result2.text.includes("地脉溢口")) { log.info("识别到地脉溢口"); keyPress("F"); + await sleep(500); } else if (result.text.includes("打倒所有敌人")) { log.info("地脉花已经打开,直接战斗"); } else {