支持部署KVM XFCE桌面系统

This commit is contained in:
MengMengCode
2026-06-07 23:10:19 +08:00
parent b993e57d05
commit 2ab42e7f57
5 changed files with 109 additions and 11 deletions
+2
View File
@@ -94,6 +94,7 @@ export interface Template {
release: string
arch: string
variant?: string
desktop?: string
description: string
}
@@ -359,6 +360,7 @@ export interface ImageInfo {
downloading: boolean
size_bytes: number
manual_path?: string
desktop?: string
}
export const getImages = () =>