From 450b5e35d99dd0b10278d6eb2a9ead5687918ad4 Mon Sep 17 00:00:00 2001 From: JJMdzh Date: Sat, 7 Jun 2025 22:19:38 +0800 Subject: [PATCH] Update main.js (#1024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 手动终止夹断 --- repo/js/AutoFishingTeyvat/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo/js/AutoFishingTeyvat/main.js b/repo/js/AutoFishingTeyvat/main.js index a9bbe68a..13628fd9 100644 --- a/repo/js/AutoFishingTeyvat/main.js +++ b/repo/js/AutoFishingTeyvat/main.js @@ -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(); -})(); \ No newline at end of file +})();