Skip to content

Commit 9c5533d

Browse files
committed
ci: 新增 统计代码
1 parent 2d5f657 commit 9c5533d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,16 @@
1313
</noscript>
1414
<div id="app"></div>
1515
<!-- built files will be auto injected -->
16+
17+
<script>
18+
var _hmt = _hmt || [];
19+
(function() {
20+
var hm = document.createElement("script");
21+
hm.src = "https://hm.baidu.com/hm.js?0d145d27e3b737fcc2147d90ac1dacd7";
22+
var s = document.getElementsByTagName("script")[0];
23+
s.parentNode.insertBefore(hm, s);
24+
})();
25+
</script>
26+
1627
</body>
1728
</html>

0 commit comments

Comments
 (0)