feat: 添加活跃邻居BGP检测

This commit is contained in:
spiritlhl
2025-03-29 11:44:08 +00:00
parent 4ad9efddbe
commit f01e96bb62
6 changed files with 161 additions and 34 deletions

View File

@@ -115,6 +115,7 @@ func CheckSystemInfo(language string) string {
if ret.TcpAccelerationMethod != "" {
res += " Tcp Accelerate : " + ret.TcpAccelerationMethod + "\n"
}
} else if language == "zh" {
res += " CPU 型号 : " + ret.CpuModel + "\n"
res += " CPU 数量 : " + ret.CpuCores + "\n"