Update version to v2.3.7

Update version to v2.3.7
This commit is contained in:
心隨緣動
2024-06-21 23:31:47 +08:00
committed by GitHub
parent 63b58ee877
commit 63b3d5f4a6
+2 -2
View File
@@ -203,9 +203,9 @@ func showSetting(show bool) {
formattedIPv6 := fmt.Sprintf("%s %s[%s%s%s]:%d%s%s",
Green+"面板 IPv6 访问地址------>>", // 绿色的提示信息
Yellow+"http://", // 黄色的 http:// 部分
Yellow, // 黄色的[左方括号
Yellow, // 黄色的[ 左方括号
ipv6, // IPv6 地址
Yellow, // 黄色的]右方括号
Yellow, // 黄色的] 右方括号
port, // 端口号
Yellow+webBasePath, // 黄色的 Web 基础路径
Reset) // 重置颜色