Skip to content

Commit

Permalink
v0.0.76
Browse files Browse the repository at this point in the history
调整输出文本
  • Loading branch information
spiritysdx committed Oct 4, 2024
1 parent 681da08 commit a85a06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
)

var (
ecsVersion = "v0.0.75"
ecsVersion = "v0.0.76"
menuMode bool
onlyChinaTest bool
input, choice string
Expand Down
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit a85a06b

Please sign in to comment.