提交 b3c17c14 编写于 作者: W wizardforcel

2020-11-23 13:28:36

上级 5eec0bf7
(function(){
var plugin = function(hook) {
hook.doneEach(function() {
window._hmt = window._hmt || []
var hm = document.createElement("script")
hm.src = "https://hm.baidu.com/hm.js?" + window.$docsify.bdStatId
document.querySelector("article").appendChild(hm)
})
}
var plugins = window.$docsify.plugins || []
plugins.push(plugin)
window.$docsify.plugins = plugins
})()
\ No newline at end of file
......@@ -13,17 +13,6 @@
<!-- google ads -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- baidu stats -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?38525fdac4b5d4403900b943d4e7dd91";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- google webmaster -->
<meta name="google-site-verification" content="pyo9N70ZWyh8JB43bIu633mhxesJ1IcwWCZlM3jUfFo" />
</head>
......@@ -68,6 +57,7 @@
themeColor: '#060654',
repo: 'apachecn/jbt-zh',
plugins: [window.docsPlugin],
bdStatId: '38525fdac4b5d4403900b943d4e7dd91',
search: {
paths: 'auto',
placeholder: '搜索',
......@@ -90,5 +80,6 @@
<script>Prism.languages.js = Prism.languages.javascript</script>
<script src="asset/docsify-copy-code.min.js"></script>
<script src="asset/docsify-baidu-push.js"></script>
<script src="asset/docsify-baidu-stat.js"></script>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册