Compare commits

...

1 Commits

Author SHA1 Message Date
spiritsoul
a85a06b440 v0.0.76
调整输出文本
2024-10-04 23:53:57 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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)
}
}