This commit is contained in:
2026-01-22 17:33:28 +08:00
parent 1bbf177b2c
commit b46759dc73
105 changed files with 2929 additions and 433 deletions

6
ui/src/api/monitor.js Normal file
View File

@@ -0,0 +1,6 @@
import { http } from './http'
export async function getServerInfo() {
const { data } = await http.get('/api/monitor/server')
return data
}