feat(core): 平台套图/模特上身图生成设置加可编辑提示词输入框
生成结合提示词出图,默认按商品名预填模板,可自由编辑 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user