Skip to content

Commit 67a8625

Browse files
committed
feat: add baidu-tongji script
1 parent 6d1f683 commit 67a8625

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
Learn how to configure a non-root public URL by running `npm run build`.
2121
-->
2222
<title>&lrm;</title>
23+
<!-- baidu tongji -->
24+
<script defer async>
25+
var _hmt = _hmt || [];
26+
(function() {
27+
var hm = document.createElement("script");
28+
hm.src = "https://hm.baidu.com/hm.js?44afab6057df11ce72f31535cd769fa2";
29+
var s = document.getElementsByTagName("script")[0];
30+
s.parentNode.insertBefore(hm, s);
31+
})();
32+
</script>
2333
</head>
2434
<body>
2535
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)