mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-09 05:45:49 +08:00
feat:主页地图
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user