Update version to v2.3.5.3

Update version to v2.3.5.3
This commit is contained in:
心隨緣動
2024-06-13 22:30:54 +08:00
committed by GitHub
parent b0ce10d0a3
commit 23cb6ead9f
+3 -6
View File
@@ -196,9 +196,6 @@ func showSetting(show bool) {
Yellow+webBasePath + Reset)
fmt.Println(formattedIPv4)
fmt.Println("")
fmt.Println(Green + ">>>>>>>>注:若你安装了证书,请把IP换成你的域名用https方式登录" + Reset)
fmt.Println("")
fmt.Println("--------------------------------------------------")
}
if ipv6 != "" {
@@ -215,10 +212,10 @@ func showSetting(show bool) {
Reset) // 重置颜色
fmt.Println(formattedIPv6)
fmt.Println("")
fmt.Println(Green + ">>>>>>>>注:若你安装了证书,请把IP换成你的域名用https方式登录" + Reset)
fmt.Println("")
fmt.Println("--------------------------------------------------")
}
fmt.Println(Green + ">>>>>>>>注:若你安装了证书,请把IP换成你的域名用https方式登录" + Reset)
fmt.Println("")
fmt.Println("--------------------------------------------------")
fmt.Println("↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑")
fmt.Println(fmt.Sprintf("%s请确保 %s%d%s 端口已打开放行%s",Green, Red, port, Green, Reset))
fmt.Println("请自行确保此端口没有被其他程序占用")