JS: 自动精英锄地规划输出进度让autoBGI匹配 (#1194)

This commit is contained in:
起个名字好难的喵
2025-06-25 07:52:48 +08:00
committed by GitHub
parent 15c8789218
commit 60a0801a9c

View File

@@ -420,6 +420,9 @@ function basename(filePath) {
//伪造地图追踪开始的日志记录 //伪造地图追踪开始的日志记录
await fakeLog(pathName + ".json", false, true, 0); // 开始时 duration 通常为 0 await fakeLog(pathName + ".json", false, true, 0); // 开始时 duration 通常为 0
// 输出进度让autoBGI匹配
log.info(`当前进度:${pathName} 为第 ${i + 1}/${pathLines.length}`);
// 执行路径文件 // 执行路径文件
await pathingScript.runFile(pathFilePath); await pathingScript.runFile(pathFilePath);