From 9bbbc643efdea4a5fefc91e9a660cc461588904c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= =?UTF-8?q?=E7=9A=84=E5=96=B5?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=92=93=E9=B1=BC=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E8=AE=A9=E8=80=81=E7=8E=8B=E8=AF=BB=E8=AF=BB=20(#2491?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoFishingTeyvat/main.js | 2 ++ 1 file changed, 2 insertions(+) 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; }