冒烟示例不再输出完整下载地址

产物行改用 TripoUrl::redacted(),避免把带签名的下载 URL 写入标准输出
This commit is contained in:
2026-09-19 13:06:32 +08:00
parent 771ff88440
commit b631125a16
@@ -158,7 +158,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
"{name} artifact={} bytes={} url={}",
filename,
downloaded.data.len(),
downloaded.url
downloaded.url.redacted()
);
}