From 9ecadcef67018032699cdd17b7c4914580d70e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Fri, 23 May 2025 21:36:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=AD=E6=9A=82=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E4=BB=A5=E6=8A=9B=E5=87=BA=E5=8F=96=E6=B6=88=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=9A=84=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoFishingTeyvat/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/js/AutoFishingTeyvat/main.js b/repo/js/AutoFishingTeyvat/main.js index 44ecde74..98e720f0 100644 --- a/repo/js/AutoFishingTeyvat/main.js +++ b/repo/js/AutoFishingTeyvat/main.js @@ -505,6 +505,7 @@ } await run_file(path_msg, time_out_throw, time_out_whole, is_con, block_gcm, block_fight, block_tsurumi, auto_skip); + await sleep(100); } catch (error) { const file_name = `${path_msg["area"]}-${path_msg["type"]}-${path_msg["detail"]}`; log.info(`路径: ${file_name} 执行时出错,已跳过...\n错误信息: ${error}`)