Skip to content

Commit 41a9882

Browse files
committed
Update template.h5.html
1 parent 9757b3c commit 41a9882

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

template.h5.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@
1919
::-webkit-scrollbar{
2020
display: none;
2121
}
22-
</style> -->
22+
</style>
23+
<script>
24+
var _hmt = _hmt || [];
25+
(function() {
26+
var hm = document.createElement("script");
27+
hm.src = "https://hm.baidu.com/hm.js?";// 百度统计key
28+
var s = document.getElementsByTagName("script")[0];
29+
s.parentNode.insertBefore(hm, s);
30+
})();
31+
</script> -->
2332
<!-- 正式发布的时候使用,开发期间不启用。↑ -->
2433
<script>
2534
document.addEventListener('DOMContentLoaded', function() {

0 commit comments

Comments
 (0)