mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
加入百度统计
This commit is contained in:
parent
2ff9e17bad
commit
fda5819f59
@ -1,4 +1,4 @@
|
|||||||
<script src="/vcCore/vc-validate.js"></script>
|
<!-- <script src="/vcCore/vc-validate.js"></script> -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,14 @@
|
|||||||
|
console.log('############################################################');
|
||||||
|
console.log('# HC小区项目开源于https://gitee.com/wuxw7/MicroCommunity #');
|
||||||
|
console.log('# HC智慧家园项目开源于https://gitee.com/wuxw7/MicroCommunity #');
|
||||||
|
console.log('# 欢迎star #');
|
||||||
|
console.log('# java110团队宣 #');
|
||||||
|
console.log('############################################################');
|
||||||
|
|
||||||
|
var _hmt = _hmt || [];
|
||||||
|
(function() {
|
||||||
|
var hm = document.createElement("script");
|
||||||
|
hm.src = "https://hm.baidu.com/hm.js?adedae9bc250561cc17e96dc1fb46079";
|
||||||
|
var s = document.getElementsByTagName("script")[0];
|
||||||
|
s.parentNode.insertBefore(hm, s);
|
||||||
|
})();
|
||||||
Loading…
Reference in New Issue
Block a user