Skip to content

Commit

Permalink
更新百度地图加载
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Nov 16, 2023
1 parent cd25cdc commit b634308
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@
}
}
</style>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?f0e331435f93c3123dfd754c5528cc2a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<noscript>
Expand All @@ -68,4 +59,13 @@
<script type="module" src="./src/main.ts"></script>
</div>
</body>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?f0e331435f93c3123dfd754c5528cc2a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>

0 comments on commit b634308

Please sign in to comment.