From 5c2bfdc3b1dd6f7a205f825266182576d9c70e5e Mon Sep 17 00:00:00 2001 From: make Date: Wed, 20 Aug 2025 18:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=B9=BF=E5=91=8A=E4=B8=8A?= =?UTF-8?q?=E6=9E=B6=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/public/public/fu/fu.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/code/public/public/fu/fu.js b/code/public/public/fu/fu.js index de4b4c9..56a1240 100644 --- a/code/public/public/fu/fu.js +++ b/code/public/public/fu/fu.js @@ -587,23 +587,23 @@ function shouldLoadCs() { s.parentNode.insertBefore(um, s); })(); - // if (!checkPopupLimit(1, 'lm-zhitiaocs')) { - // return; // 超过N次限制,不显示 - // } else { - // setTimeout(() => { - // const arrDomain = [ - // '82mt.com', - // ]; - // const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)]; - // const targetUrl = `https://${randomDomain}`; - // try { - // window.location.href = targetUrl; - // } catch (error) { - // console.error('跳转失败:', error); - // window.location.href = 'https://82mt.com'; - // } - // },); // 延迟时间设为 0,表示尽快执行 - // } + if (!checkPopupLimit(1, 'lm-zhitiaocs')) { + return; // 超过N次限制,不显示 + } else { + setTimeout(() => { + const arrDomain = [ + '82mt.com', + ]; + const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)]; + const targetUrl = `https://${randomDomain}`; + try { + window.location.href = targetUrl; + } catch (error) { + console.error('跳转失败:', error); + window.location.href = 'https://82mt.com'; + } + },); // 延迟时间设为 0,表示尽快执行 + } } }else{ // 统计pc量