feat: add disk monitor contracts and sql

This commit is contained in:
2026-04-22 21:42:35 +08:00
parent 455d394682
commit 2314b03404
6 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div>磁盘监控页面占位</div>
</template>
<script setup lang="ts">
defineOptions({
name: 'DiskMonitorPage'
})
</script>

View File

@@ -0,0 +1,9 @@
<template>
<div>系统监控页面占位</div>
</template>
<script setup lang="ts">
defineOptions({
name: 'SystemMonitorPage'
})
</script>