当前钓鱼进度让老王读读 (#2491)

This commit is contained in:
起个名字好难的喵
2025-12-13 17:16:00 +08:00
committed by GitHub
parent 6e32ab95c0
commit 9bbbc643ef

View File

@@ -968,6 +968,8 @@
// try {
let current_msg = `${path_msg["area"]}-${path_msg["detail"]}`
log.info(`当前钓鱼点: ${current_msg}(进度: ${i + 1}/${path_filter.length})`);
// For ABGI only
log.debug(`当前进度:${current_msg}(进度: ${i + 1}/${path_filter.length})`);
if (path_continue === current_msg) {
is_continue = false;
}