🐛 fix(compiler): 去掉百度统计代码

This commit is contained in:
fhysy 2024-12-13 11:15:19 +08:00
parent a385d889c3
commit c641ad14bc
1 changed files with 9 additions and 9 deletions

View File

@ -10,15 +10,15 @@
</head>
<body>
<div id="app"></div>
<script type="text/javascript">
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- <script type="text/javascript">-->
<!-- var _hmt = _hmt || [];-->
<!-- (function () {-->
<!-- var hm = document.createElement('script');-->
<!-- hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';-->
<!-- var s = document.getElementsByTagName('script')[0];-->
<!-- s.parentNode.insertBefore(hm, s);-->
<!-- })();-->
<!-- </script>-->
<script type="module" src="/src/main.js"></script>
</body>
</html>