feat: 重构布局并添加监控和提交节点页面

This commit is contained in:
ioococ
2025-11-10 15:30:59 +08:00
parent ef811b6f25
commit 79c1b465e8
6 changed files with 83 additions and 84 deletions

View File

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