diff --git a/main.go b/main.go index 913325b..6107a42 100644 --- a/main.go +++ b/main.go @@ -196,7 +196,7 @@ func showSetting(show bool) { Yellow+webBasePath + Reset) fmt.Println(formattedIPv4) fmt.Println("") - fmt.Println(Green + "注:若安装了证书,请把IP换成你的域名用https方式登录" + Reset) + fmt.Println(Green + ">>>>>>>>注:若你安装了证书,请把IP换成你的域名用https方式登录" + Reset) fmt.Println("") fmt.Println("--------------------------------------------------") } @@ -212,7 +212,7 @@ func showSetting(show bool) { Yellow+webBasePath + Reset) fmt.Println(formattedIPv6) fmt.Println("") - fmt.Println(Green + "注:若安装了证书,请把IP换成你的域名用https方式登录" + Reset) + fmt.Println(Green + ">>>>>>>>注:若你安装了证书,请把IP换成你的域名用https方式登录" + Reset) fmt.Println("") fmt.Println("--------------------------------------------------") }