From ba6ef4d71acadc3062d5816f741d601decf15230 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: Mon, 10 Jun 2024 14:12:05 +0800 Subject: [PATCH] Update version to v2.3.5.1 Update version to v2.3.5.1 --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 5a9e4ca..64a8bd4 100644 --- a/main.go +++ b/main.go @@ -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") } }