feat(core): 平台套图/模特上身图生成设置加可编辑提示词输入框

生成结合提示词出图,默认按商品名预填模板,可自由编辑

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
zyc
2026-06-18 14:15:06 +08:00
co-authored by Claude Opus 4.8
parent 8e18d1c3c6
commit 9fce7e8fff
+9
View File
@@ -1343,6 +1343,15 @@ export function ImageWorkbenchPage({
</div>
</div>
)}
<div className="iw-sub">
<div className="iw-sub-h">// 提示词 · 描述你想要的画面</div>
<textarea
className="textarea"
value={prompt}
onChange={(event) => setPrompt(event.target.value)}
placeholder={`例如:${meta.promptTemplate(product?.title || "商品")}`}
/>
</div>
</div>
<div className="iw-cta">