refactor: 同步独立选角与默认人物基线
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user