feat: gpu info

This commit is contained in:
hamster1963
2024-12-02 11:47:48 +08:00
parent a4bdf10c72
commit 3d4bd79ad5
3 changed files with 36 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ export interface NezhaServerHost {
platform: string;
platform_version: string;
cpu: string[];
gpu: string[];
mem_total: number;
disk_total: number;
swap_total: number;