Skip to content

Commit

Permalink
增加统计
Browse files Browse the repository at this point in the history
  • Loading branch information
ccinos committed Nov 29, 2019
1 parent ca0522f commit 9c653a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions common.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c697c926ed88ef936e8708d1a13a6b0a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- <script src="./config/ccino/vue.min.js"></script> -->
<script src="./common.js"></script>
<script src="https://cdn.bootcss.com/vue/2.6.10/vue.min.js"></script>
<title>Ccino dps</title>
<link href="./index.css?v=1" rel="stylesheet" />
Expand Down
3 changes: 2 additions & 1 deletion setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="./common.js"></script>
<!-- <script src="./config/ccino/vue.min.js"></script> -->
<script src="https://cdn.bootcss.com/vue/2.6.10/vue.min.js"></script>
<title>Ccino dps setting</title>
Expand Down

0 comments on commit 9c653a2

Please sign in to comment.