🔨 添加规格信息.

This commit is contained in:
lijiahangmax
2025-11-01 22:52:50 +08:00
parent 3c7a0947ee
commit 5bbf46d141
7 changed files with 58 additions and 9 deletions

View File

@@ -49,6 +49,8 @@ export interface HostLabelExtraSettingModel {
// 标签规格模型
export interface HostSpecExtraModel {
sn: string;
vendor: string;
model: string;
osName: string;
cpuCount: number;
cpuPhysicalCore: number;