diff --git a/repo/js/AutoFishingTeyvat/main.js b/repo/js/AutoFishingTeyvat/main.js index 08e9f05f7..2ac895fe8 100644 --- a/repo/js/AutoFishingTeyvat/main.js +++ b/repo/js/AutoFishingTeyvat/main.js @@ -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; }