We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a6b08 commit 405dec3Copy full SHA for 405dec3
docs/.vuepress/config.js
@@ -20,6 +20,19 @@ module.exports = config({
20
"script",
21
{ src: "https://cdn.jsdelivr.net/npm/@babel/standalone/babel.min.js" },
22
],
23
+ // 添加百度统计
24
+ [
25
+ "script",
26
+ {},
27
+ `<script>
28
+ var _hmt = _hmt || [];
29
+ (function() {
30
+ var hm = document.createElement("script");
31
+ hm.src = "https://hm.baidu.com/hm.js?5dd2e8c97962d57b7b8fea1737c01743";
32
+ var s = document.getElementsByTagName("script")[0];
33
+ s.parentNode.insertBefore(hm, s);
34
+ })();`
35
+ ]
36
37
38
themeConfig: {
0 commit comments