From 2c0f9269455d0fbd2dc6aa960b11151e839d7ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=A6=E9=82=A6=E9=82=A6=E9=82=A6?= <15622356989@163.com> Date: Thu, 27 Mar 2025 21:07:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/cookie-notice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/cookie-notice.js b/static/js/cookie-notice.js index c68960534..903226409 100644 --- a/static/js/cookie-notice.js +++ b/static/js/cookie-notice.js @@ -215,7 +215,7 @@ $(function () { window._hmt = window._hmt || []; var hm = document.createElement("script"); hm.classList.add('analytics-script'); - hm.src = "https://hm.baidu.com/hm.js?ab8d86daab9a8e98cf8faa239aefcd3c"; + hm.src = "https://hm.baidu.com/hm.js?46964f4a20949712c2ce1db681b384d4"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); }, -- Gitee