提交 603af120 编写于 作者: W wizardforcel

2020-11-23 13:22:42

上级 51a307e9
(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?48b6b5ad6307c295ea71151fb82a05eb";
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: '#e51837',
repo: 'it-ebooks/ds-ipynb-zh',
plugins: [window.docsPlugin],
bdStatId: '38525fdac4b5d4403900b943d4e7dd91',
search: {
paths: 'auto',
placeholder: '搜索',
......@@ -87,5 +77,6 @@
<script>Prism.languages.py = Prism.languages.python</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>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册