地图组件和ECS框架完成

This commit is contained in:
2026-01-13 15:39:45 +08:00
parent 9d45d4c726
commit 566ec47a73
24 changed files with 17072 additions and 66 deletions

View File

@@ -31,6 +31,11 @@
<title>llm_chat</title>
<link rel="manifest" href="manifest.json">
<!-- MapLibre -->
<script src='https://unpkg.com/maplibre-gl@^5.3.0/dist/maplibre-gl.js'></script>
<link href='https://unpkg.com/maplibre-gl@^5.3.0/dist/maplibre-gl.css' rel='stylesheet'/>
<script src="https://unpkg.com/pmtiles@3.2.0/dist/pmtiles.js"></script>
</head>
<body>
<script src="flutter_bootstrap.js" async></script>