feat: 同步视觉风格与主体身份母版工作区

对齐后端 dev 059e597,新增项目风格编辑锁定、身份文本生成、身份参考图与母版切换。
整理六个工作区入口,接通人物及场景母版继承说明、形态图片来源追溯。
补充草稿保护、正式 ID 校验、费用确认及部分失败回执,67 项测试和静态检查、构建通过。
未修改后端,未调用真实模型;本环境未完成浏览器视觉验收。
This commit is contained in:
GouJ
2026-08-28 19:28:27 +08:00
parent 47443c0efe
commit 669f4d9df0
34 changed files with 2273 additions and 22 deletions
+10
View File
@@ -25,6 +25,16 @@ export const router = createRouter({
component: () => import('../features/breakdown/BreakdownPage.vue'),
meta: { title: '剧本拆解' }
},
{
path: 'visual-style',
component: () => import('../features/visual-style/VisualStylePage.vue'),
meta: { title: '视觉风格' }
},
{
path: 'subject-identity',
component: () => import('../features/subject-identity/SubjectIdentityPage.vue'),
meta: { title: '主体身份' }
},
{
path: 'subject-images',
component: () => import('../features/subject-images/SubjectImagesPage.vue'),