auto-save 2026-05-19 11:58 (~3)

This commit is contained in:
2026-05-19 11:58:55 +08:00
parent e761e72e21
commit a1063b6774
3 changed files with 11 additions and 2 deletions

View File

@@ -1137,6 +1137,6 @@ export function renderCharacterSummary(spec: CharacterSpec): string {
`识别元素:${spec.signatureElements.join('、')}`,
`专利重点:${spec.patentFocus.join('、')}`,
`营销角度:${spec.marketingAngle.join('、')}`,
`不要出现${spec.negativePrompt}`,
`生成约束${spec.negativePrompt}`,
].join('');
}