Update main.js (#1024)

手动终止夹断
This commit is contained in:
JJMdzh
2025-06-07 22:19:38 +08:00
committed by GitHub
parent cca1094bcc
commit 450b5e35d9

View File

@@ -496,6 +496,7 @@
// 路径详细信息
const path_msg = get_pathing_msg(path_filter[i]);
try {
await sleep(100);
let current_msg = `${path_msg["area"]}-${path_msg["detail"]}`
log.info(`当前钓鱼点: ${current_msg}(进度: ${i + 1}/${path_filter.length})`);
if (path_continue === current_msg) {
@@ -517,4 +518,4 @@
}
await main();
})();
})();