From 89069492c778226708703848bb55cbbca38e9ba3 Mon Sep 17 00:00:00 2001 From: luyoyu <8829470+chuangxxt@user.noreply.gitee.com> Date: Wed, 13 Sep 2023 23:02:47 +0800 Subject: [PATCH] update msg --- src/showMsg.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/showMsg.go b/src/showMsg.go index b56a42f..a55a9cd 100644 --- a/src/showMsg.go +++ b/src/showMsg.go @@ -9,6 +9,10 @@ import ( // 控制台显示信息 func showMsg() { + fmt.Println(color.WhiteString("-----------------------------------------------------------------------")) + fmt.Println(color.HiBlueString(" _ _ _ _ \n ___| |__ __ _ _ __ ___ ___ ___ _ __ (_) | ___ | |_ \n/ __| '_ \\ / _` | '__/ _ \\_____ / __/ _ \\| '_ \\| | |/ _ \\| __|\n\\__ \\ | | | (_| | | | __/_____| (_| (_) | |_) | | | (_) | |_ \n|___/_| |_|\\__,_|_| \\___| \\___\\___/| .__/|_|_|\\___/ \\__|\n |_| \n")) + fmt.Println(color.WhiteString("[Source Code]") + "https://gitee.com/chuangxxt/share-copilot") + fmt.Println(color.WhiteString("-----------------------------------------------------------------------")) var url = "" if configFile.Server.Port == 80 { url = "http://" + configFile.Server.Domain