From 6d3896e802d62841a25cc8b653437bc945b0fcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:03:28 +0800 Subject: [PATCH] Update version to v2.3.5.3 Update version to v2.3.5.3 --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 462800a..8fa770f 100644 --- a/main.go +++ b/main.go @@ -207,9 +207,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) // 重置颜色