Update version to v2.3.5.3

Update version to v2.3.5.3
This commit is contained in:
心隨緣動
2024-06-13 22:03:28 +08:00
committed by GitHub
parent 5ec1a837bb
commit 6d3896e802
+2 -2
View File
@@ -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) // 重置颜色