Skip to content

Commit 26b151d

Browse files
committed
fix: fix zip preview size
1 parent cad8413 commit 26b151d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

check-cmt/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ async fn generate_zip_preview(filelist_url: &str) -> anyhow::Result<()> {
414414
.post(filelist_url)
415415
.header("Content-Type", "application/json")
416416
.json(&json!({
417-
"height": 250,
417+
"height": 425,
418+
"width": 300,
419+
"fontSize": 19,
418420
"files": tree
419421
}))
420422
.send()

0 commit comments

Comments
 (0)