From 60a0801a9c83baf14edd8d678303d752e828abde 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?= =?UTF-8?q?=E7=9A=84=E5=96=B5?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Wed, 25 Jun 2025 07:52:48 +0800 Subject: [PATCH] =?UTF-8?q?JS:=20=E8=87=AA=E5=8A=A8=E7=B2=BE=E8=8B=B1?= =?UTF-8?q?=E9=94=84=E5=9C=B0=E8=A7=84=E5=88=92=E8=BE=93=E5=87=BA=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E8=AE=A9autoBGI=E5=8C=B9=E9=85=8D=20(#1194)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/自动精英锄地规划/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repo/js/自动精英锄地规划/main.js b/repo/js/自动精英锄地规划/main.js index 6584fb1b..f239dbef 100644 --- a/repo/js/自动精英锄地规划/main.js +++ b/repo/js/自动精英锄地规划/main.js @@ -420,6 +420,9 @@ function basename(filePath) { //伪造地图追踪开始的日志记录 await fakeLog(pathName + ".json", false, true, 0); // 开始时 duration 通常为 0 + // 输出进度让autoBGI匹配 + log.info(`当前进度:${pathName} 为第 ${i + 1}/${pathLines.length} 个`); + // 执行路径文件 await pathingScript.runFile(pathFilePath);