Update version to v2.3.5.1

Update version to v2.3.5.1
This commit is contained in:
心隨緣動
2024-06-10 14:12:05 +08:00
committed by GitHub
parent 38b0cd109c
commit ba6ef4d71a
+1 -2
View File
@@ -154,9 +154,8 @@ func showSetting(show bool) {
} else {
fmt.Println("webBasePath is not set----->>未设置访问路径")
}
echo ""
fmt.Println("面板访问地址为http://ip:port/webBasePath")
fmt.Println("面板访问地址为----->> http://ip:", port, "/", webBasePath")
}
}