[agent-wdd] 小小新增部分内容

This commit is contained in:
zeaslity
2025-02-27 17:19:36 +08:00
parent b6cc5abc63
commit c10554c218
7 changed files with 15 additions and 46 deletions

View File

@@ -47,7 +47,7 @@ func downloadWithProgress(client *http.Client, url, dest string) (bool, string)
var downloaded int64
// 打印下载信息
fmt.Printf("开始下载文件: %s 文件大小: %s\n", url, HumanSizeInt(size))
fmt.Printf("开始下载: %s 大小: %s\n", url, HumanSizeInt(size))
// 创建带进度跟踪的Reader
progressReader := &progressReader{