mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-03-22 07:28:25 +08:00
修复统计代码,用于统计流量,请勿移除谢谢!
This commit is contained in:
@@ -1 +1,12 @@
|
|||||||
<#include "/header-local.html">
|
<#include "/header-local.html">
|
||||||
|
|
||||||
|
<script>
|
||||||
|
/*统计代码,便于统计流量,请勿移除,谢谢!*/
|
||||||
|
var _hmt = _hmt || [];
|
||||||
|
(function() {
|
||||||
|
var hm = document.createElement("script");
|
||||||
|
hm.src = "https://hm.baidu.com/hm.js?ca9fe27e7fac2f16d060a632664000b5";
|
||||||
|
var s = document.getElementsByTagName("script")[0];
|
||||||
|
s.parentNode.insertBefore(hm, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user