mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-07 21:15:48 +08:00
12 lines
303 B
Vue
12 lines
303 B
Vue
<template>
|
|
<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>
|