mirror of
https://github.com/oneclickvirt/ecs.git
synced 2026-04-22 23:27:11 +08:00
fix: 更新依赖版本,修复GooglePlayStore检测
This commit is contained in:
@@ -12,5 +12,5 @@ func Basic(language string) {
|
||||
ipInfo, _, _ := network.NetworkCheck("both", false, language)
|
||||
systemInfo := system.CheckSystemInfo(language)
|
||||
basicInfo := strings.ReplaceAll(systemInfo+ipInfo, "\n\n", "\n")
|
||||
fmt.Printf(basicInfo)
|
||||
fmt.Print(basicInfo)
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ import (
|
||||
|
||||
func ComMediaTest(language string) {
|
||||
res := commediatests.MediaTests(language)
|
||||
fmt.Printf(res)
|
||||
fmt.Print(res)
|
||||
}
|
||||
|
||||
@@ -15,8 +15,8 @@ func TestIpv4SecurityCheck(t *testing.T) {
|
||||
// 全项测试
|
||||
ipInfo, securityInfo, _ := NetworkCheck("both", true, "zh")
|
||||
fmt.Println("--------------------------------------------------")
|
||||
fmt.Printf(ipInfo)
|
||||
fmt.Print(ipInfo)
|
||||
fmt.Println("--------------------------------------------------")
|
||||
fmt.Printf(securityInfo)
|
||||
fmt.Print(securityInfo)
|
||||
fmt.Println("--------------------------------------------------")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user