From a85a06b440b78822933b43306282362523b8a51e Mon Sep 17 00:00:00 2001 From: spiritsoul <97792170+spiritysdx@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:53:57 +0800 Subject: [PATCH] v0.0.76 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整输出文本 --- goecs.go | 2 +- utils/utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goecs.go b/goecs.go index 55cc11e..9a4447c 100644 --- a/goecs.go +++ b/goecs.go @@ -39,7 +39,7 @@ import ( ) var ( - ecsVersion = "v0.0.75" + ecsVersion = "v0.0.76" menuMode bool onlyChinaTest bool input, choice string diff --git a/utils/utils.go b/utils/utils.go index e6f2089..a4ba752 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -328,6 +328,6 @@ func ProcessAndUpload(output string, filePath string, enableUplaod bool) { fmt.Println(err3.Error()) return } - fmt.Println("Upload successful, short URL:", http_url, https_url) + fmt.Printf("Upload successful!\nHttp URL:%s\nHttps URL:%s\n", http_url, https_url) } }