增加磁盘信息卡片的适配

This commit is contained in:
Sun
2024-01-05 22:19:47 +08:00
parent c955afd861
commit a85d90985d
7 changed files with 159 additions and 7 deletions
+6
View File
@@ -24,3 +24,9 @@ export function getMemonyState<T>() {
url: '/system/monitor/getMemonyState',
})
}
export function getDiskMountpoints<T>() {
return post<T>({
url: '/system/monitor/getDiskMountpoints',
})
}