save code

This commit is contained in:
colomi
2025-07-15 23:25:13 +08:00
parent 8aa1f7f881
commit a1796debb8
2 changed files with 71 additions and 6 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
human_img: humanDataURL, // 包含完整前缀的Base64
cloth_img: clothDataURL, // 包含完整前缀的Base64
output_format: "url",
is_generated: true,
is_generated: false,
};
console.log("准备发送的数据:", data); // 调试用