Skip to content

Commit 8663d9f

Browse files
committed
新增百度统计
1 parent 1503220 commit 8663d9f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,5 +503,18 @@ <h4 class="card-title">{{ loginType == "login" ? "登录" : (loginType == "regis
503503

504504
<script src="md/editormd.js"></script>
505505

506+
507+
<!-- 百度统计 <<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
508+
<script>
509+
var _hmt = _hmt || [];
510+
(function() {
511+
var hm = document.createElement("script");
512+
hm.src = "https://hm.baidu.com/hm.js?965ec968d2d53b729b90efc7ffb3ead2";
513+
var s = document.getElementsByTagName("script")[0];
514+
s.parentNode.insertBefore(hm, s);
515+
})();
516+
</script>
517+
<!-- 百度统计 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
518+
506519
</body>
507520
</html>

0 commit comments

Comments
 (0)