From 95dfee004330e331460e89c532801308ea65885b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Mon, 31 Mar 2025 16:22:29 +0800 Subject: [PATCH] =?UTF-8?q?chore(core):=20=E6=9B=B4=E6=96=B0=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mixly-sw/mixly-modules/common/loader.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mixly-sw/mixly-modules/common/loader.js b/mixly-sw/mixly-modules/common/loader.js index 1666295d..374081c0 100644 --- a/mixly-sw/mixly-modules/common/loader.js +++ b/mixly-sw/mixly-modules/common/loader.js @@ -77,10 +77,10 @@ Loader.init = () => { })(window, document); } else { (function() { - var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?c06a333a8909f6abd97020e6e0929d60"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?3914f31c236391e8ad9780ff27a6ab23"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); })(); } }