mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-07 21:15:48 +08:00
11 lines
175 B
Vue
11 lines
175 B
Vue
<template>
|
|
<div>
|
|
<h2>节点监控</h2>
|
|
<p>这里是节点监控页面。</p>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
// 可根据需要添加逻辑
|
|
</script>
|