From 4f64e1a3909a1d800f2a161c5da6c16b35c18eb0 Mon Sep 17 00:00:00 2001 From: develop202 Date: Thu, 15 Jan 2026 20:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E6=B4=BB=E5=A4=B1=E8=B4=A5=EF=BC=8C?= =?UTF-8?q?=E6=AD=A3=E5=9C=A8=E9=87=8D=E8=AF=95=E4=B9=8B=E5=BB=B6=E9=95=BF?= =?UTF-8?q?=E8=B7=B3=E8=BF=87=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/zbpro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/zbpro.js b/utils/zbpro.js index dec9138..6cb623c 100644 --- a/utils/zbpro.js +++ b/utils/zbpro.js @@ -73,7 +73,7 @@ async function getAllURL() { const timeoutId = setTimeout(() => { controller.abort() // console.log("请求超时") - }, 300); + }, 1200); const test = await fetch(decryptURL, { signal: controller.signal })