We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1f683 commit 67a8625Copy full SHA for 67a8625
public/index.html
@@ -20,6 +20,16 @@
20
Learn how to configure a non-root public URL by running `npm run build`.
21
-->
22
<title>‎</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>
33
</head>
34
<body>
35
<noscript>You need to enable JavaScript to run this app.</noscript>
0 commit comments