feat:主页地图

This commit is contained in:
Tianpao
2025-11-16 14:31:01 +08:00
parent 69cea2561b
commit ebe6251b34
16 changed files with 587 additions and 287 deletions

View File

@@ -2,5 +2,10 @@
<section style="padding:2rem; text-align:center;">
<h2>欢迎来到 EasyTierMC Uptime</h2>
<p>使用上方导航查看节点监控或提交新的节点</p>
<Map />
</section>
</template>
<script setup lang="ts">
import Map from '@/components/dashboard/Map.vue';
</script>