feat: 同步镜头首帧与视频生产工作区
This commit is contained in:
@@ -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: '镜头生产' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user