refactor: 同步独立选角与默认人物基线

This commit is contained in:
GouJ
2026-09-01 10:11:15 +08:00
parent 53917268d3
commit 95bd12cfcd
9 changed files with 25 additions and 14 deletions
@@ -212,7 +212,7 @@ export function useSubjectIdentity() {
await detail.refresh()
}
/** 单角色候选图固定为 primary,生成成功后仍需人工确认选角。 */
/** 单角色候选图固定为独立 primary不复用旧 Anchor生成成功后仍需人工确认选角。 */
async function generateCastingCandidate(input: GenerateCastingCandidateInput) {
if (!canGenerateCandidate.value || !subject.value || !identity.value) return
const id = subject.value.id