From b5e30eb9f3a01d4cf2a3aa729b8c5aaf18fa7cdc Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Mon, 23 Nov 2020 13:44:30 +0800 Subject: [PATCH] 2020-11-23 13:44:30 --- asset/docsify-baidu-stat.js | 13 +++++++++++++ index.html | 13 ++----------- 2 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 asset/docsify-baidu-stat.js diff --git a/asset/docsify-baidu-stat.js b/asset/docsify-baidu-stat.js new file mode 100644 index 0000000..811aa35 --- /dev/null +++ b/asset/docsify-baidu-stat.js @@ -0,0 +1,13 @@ +(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 diff --git a/index.html b/index.html index 7d9aa7d..bbbbe9b 100644 --- a/index.html +++ b/index.html @@ -13,17 +13,6 @@ - - - @@ -68,6 +57,7 @@ themeColor: '#4184f3', repo: 'apachecn/web-hacking-101-zh', plugins: [window.docsPlugin], + bdStatId: '38525fdac4b5d4403900b943d4e7dd91', search: { paths: 'auto', placeholder: '搜索', @@ -85,5 +75,6 @@ + \ No newline at end of file -- GitLab