mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 06:58:41 +00:00
chore: remove web-analytics
This commit is contained in:
parent
a0a01da7b2
commit
7de9b534c1
@ -52,12 +52,6 @@ return [
|
||||
]
|
||||
],
|
||||
'switch' => [
|
||||
'web-analytics' => false,
|
||||
'blog-domain-mode' => 3
|
||||
],
|
||||
'tools' => [
|
||||
// 请仅在https下启用以下功能.
|
||||
// 非https下, chrome无法进行复制.
|
||||
'map-copy-enabled' => false,
|
||||
]
|
||||
];
|
||||
|
@ -228,10 +228,6 @@
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<?php if (UOJConfig::$data['switch']['web-analytics']): ?>
|
||||
<script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?bbd5ae87bf89e087603a1988103688ff";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
|
||||
<?php endif ?>
|
||||
</head>
|
||||
<body role="document">
|
||||
<div class="container theme-showcase" role="main">
|
||||
|
Loading…
Reference in New Issue
Block a user