feat: 同步镜头首帧与视频生产工作区

This commit is contained in:
GouJ
2026-08-31 15:02:31 +08:00
parent 669f4d9df0
commit aeb3ce2986
16 changed files with 1802 additions and 5 deletions
+5
View File
@@ -44,6 +44,11 @@ export const router = createRouter({
path: 'storyboard',
component: () => import('../features/storyboard/StoryboardPage.vue'),
meta: { title: '分镜设计' }
},
{
path: 'production',
component: () => import('../features/production/ProductionPage.vue'),
meta: { title: '镜头生产' }
}
]
},