调整输出文本
This commit is contained in:
spiritsoul
2024-10-04 23:53:57 +08:00
parent 681da08f01
commit a85a06b440
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ import (
) )
var ( var (
ecsVersion = "v0.0.75" ecsVersion = "v0.0.76"
menuMode bool menuMode bool
onlyChinaTest bool onlyChinaTest bool
input, choice string input, choice string

View File

@@ -328,6 +328,6 @@ func ProcessAndUpload(output string, filePath string, enableUplaod bool) {
fmt.Println(err3.Error()) fmt.Println(err3.Error())
return 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)
} }
} }