mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
refactor(layout): 移除百度统计的注释代码
清理不再使用的百度统计代码,保持代码整洁
This commit is contained in:
@@ -258,7 +258,7 @@ const bannerOffset =
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1683686345039700"
|
||||
crossorigin="anonymous"></script>
|
||||
<meta name="google-adsense-account" content="ca-pub-1683686345039700">
|
||||
<!-- 百度统计 -->
|
||||
{/* <!-- 百度统计 -->
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
@@ -267,7 +267,7 @@ var _hmt = _hmt || [];
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</script> */}
|
||||
|
||||
<!-- 谷歌分析 -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9Z4LT4H8KH"></script>
|
||||
|
||||
Reference in New Issue
Block a user