We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1e190 commit 273eda7Copy full SHA for 273eda7
1 file changed
index.html
@@ -12,6 +12,17 @@
12
<!--主题-->
13
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
14
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css"> -->
15
+
16
+ <script>
17
+var _hmt = _hmt || [];
18
+(function() {
19
+ var hm = document.createElement("script");
20
+ hm.src = "https://hm.baidu.com/hm.js?2da35a770e755052043cf0abdee3acd7";
21
+ var s = document.getElementsByTagName("script")[0];
22
+ s.parentNode.insertBefore(hm, s);
23
+})();
24
+</script>
25
26
</head>
27
28
<body>
0 commit comments