Skip to content

Commit 62567c0

Browse files
committed
chore: 更新配置
1 parent bc063e6 commit 62567c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,14 @@
2121
</section>
2222
</div>
2323
<script type="module" src="/src/main.ts"></script>
24+
<script>
25+
var _hmt = _hmt || [];
26+
(function() {
27+
var hm = document.createElement("script");
28+
hm.src = "https://hm.baidu.com/hm.js?be968d539e394cf45975b5117965eb10";
29+
var s = document.getElementsByTagName("script")[0];
30+
s.parentNode.insertBefore(hm, s);
31+
})();
32+
</script>
2433
</body>
2534
</html>

0 commit comments

Comments
 (0)