This commit is contained in:
xiaozhiyong
2026-06-16 14:14:51 +08:00
parent 1a82e7d36a
commit d2a60a547d
15 changed files with 258 additions and 2563 deletions

View File

@@ -31,6 +31,6 @@
<script type="module" src="./src/main.js"></script>
<!-- 高德地图CDN -->
<!-- 使用高德地图开放平台提供的测试密钥,用于演示 -->
<script src="https://webapi.amap.com/maps?v=2.0&key=4a22b7d5fc94d47b91e82fb75a848699"></script>
<script src="https://webapi.amap.com/maps?v=2.0&key=4a22b7d5fc94d47b91e82fb75a848699&plugin=AMap.MarkerCluster"></script>
</body>
</html>