diff --git a/repo/js/AutoArtifacts/main.js b/repo/js/AutoArtifacts/main.js index 56bcb22c..11378600 100644 --- a/repo/js/AutoArtifacts/main.js +++ b/repo/js/AutoArtifacts/main.js @@ -5,7 +5,7 @@ dispatcher.addTimer(new RealtimeTimer("AutoPick")); async function logTaskStart() { - const messages = [ + const messages = [ '此脚本运行时间约45-50分钟', '确保地图的按键为M键', '左上角派蒙头像未被其他悬浮窗遮挡', @@ -39,6 +39,7 @@ async function AutoPath(locationName) { try { + log.info(`前往 ${locationName}`); let filePath = `assets/AutoPath/${locationName}.json`; await pathingScript.runFile(filePath); } catch (error) {