We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1503220 commit 8663d9fCopy full SHA for 8663d9f
index.html
@@ -503,5 +503,18 @@ <h4 class="card-title">{{ loginType == "login" ? "登录" : (loginType == "regis
503
504
<script src="md/editormd.js"></script>
505
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
519
</body>
520
</html>
0 commit comments