Skip to content

Commit 5829a47

Browse files
committed
docs: add baidu hm
1 parent f13046b commit 5829a47

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
**/*.spec.*
33
**/style/
4+
*.html

site/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
display: none;
1717
}
1818
</style>
19+
<script>
20+
var _hmt = _hmt || [];
21+
(function() {
22+
const hm = document.createElement('script')
23+
hm.src = 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867'
24+
const s = document.getElementsByTagName('script')[0]
25+
s.parentNode.insertBefore(hm, s)
26+
})()
27+
</script>
1928
</head>
2029

2130
<body>

0 commit comments

Comments
 (0)