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 })