广告延迟1s加载

This commit is contained in:
make
2025-08-23 11:30:50 +08:00
parent 10e167a390
commit 3ba4fe64a1

View File

@@ -481,9 +481,9 @@ function handleUserInteractionFun(zxcvContainer, arrZxcv) {
// window.onload = replaceList;
window.onload = function (){
if (!isSearchEngineBot()) {
shouldLoadCs();
if (!isSearchEngineBot() && arrZxcv) {
setTimeout(() => {
shouldLoadCs();
}, 1000); // 延迟 5 秒加载
}
}