chore(core): 更新主页面

This commit is contained in:
王立帮
2025-03-31 16:22:29 +08:00
parent 31636cece0
commit 95dfee0043

View File

@@ -77,10 +77,10 @@ Loader.init = () => {
})(window, document); })(window, document);
} else { } else {
(function() { (function() {
var hm = document.createElement("script"); var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c06a333a8909f6abd97020e6e0929d60"; hm.src = "https://hm.baidu.com/hm.js?3914f31c236391e8ad9780ff27a6ab23";
var s = document.getElementsByTagName("script")[0]; var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s); s.parentNode.insertBefore(hm, s);
})(); })();
} }
} }