This commit is contained in:
spiritlhl
2024-05-04 11:19:25 +00:00
parent 383f5c37b4
commit fd7b807ca4
9 changed files with 239 additions and 59 deletions

View File

@@ -30,6 +30,7 @@ type SystemInfo struct {
Kernel string // 系统内核
Arch string //
Uptime string // 正常运行时间
TimeZone string // 系统时区
VmType string // 虚拟化架构
Load string // load1 load2 load3
NatType string // stun
@@ -50,3 +51,7 @@ type Win32_ComputerSystem struct {
type Win32_OperatingSystem struct {
BuildType string
}
type Win32_TimeZone struct {
Caption string
}