From 910b7cd913417a1fb3e554bc94aec887da6c8fbb Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:53:43 +0800 Subject: [PATCH] Update system.go --- system/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system.go b/system/system.go index 6184643..ad80872 100644 --- a/system/system.go +++ b/system/system.go @@ -96,7 +96,7 @@ func CheckSystemInfo(language string) string { res += " VM-x/AMD-V/Hyper-V : " + ret.CpuVAH + "\n" res += " 内存 : " + ret.MemoryUsage + " / " + ret.MemoryTotal + "\n" if ret.VirtioBalloon != "" { - res += " 气球驱动 : " + ret.VirtioBalloon + "\n" + res += " 气球驱动 : " + ret.VirtioBalloon + "\n" } if ret.KSM != "" { res += " 内存同页合并 : " + ret.KSM + "\n"