增加对应的子网掩码检测调用

This commit is contained in:
spiritsoul
2024-11-08 22:19:57 +08:00
parent 20c8063e5e
commit 9c9dbc6200
3 changed files with 13 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
)
// 本包不在main中使用仅做测试使用
// 本包不在main中使用仅做测试使用,真正调用的在 utils 中的 BasicsAndSecurityCheck
func Basic(language string) {
ipInfo, _, _ := network.NetworkCheck("both", false, language)
systemInfo := system.CheckSystemInfo(language)