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 093a918 commit 7c09451Copy full SHA for 7c09451
generator-web/src/main/resources/templates/header.html
@@ -1 +1,12 @@
1
-<#include "/header-local.html">
+<#include "/header-local.html">
2
+
3
+<script>
4
+ /*统计代码,便于统计流量,请勿移除,谢谢!*/
5
+ var _hmt = _hmt || [];
6
+ (function() {
7
+ var hm = document.createElement("script");
8
+ hm.src = "https://hm.baidu.com/hm.js?ca9fe27e7fac2f16d060a632664000b5";
9
+ var s = document.getElementsByTagName("script")[0];
10
+ s.parentNode.insertBefore(hm, s);
11
+ })();
12
+</script>
0 commit comments