feat: 新增项目资产库与形态参考素材
This commit is contained in:
@@ -41,6 +41,11 @@ export const router = createRouter({
|
||||
component: () => import('../features/subject-images/SubjectImagesPage.vue'),
|
||||
meta: { title: '形态图片' }
|
||||
},
|
||||
{
|
||||
path: 'assets',
|
||||
component: () => import('../features/project-assets/ProjectAssetsPage.vue'),
|
||||
meta: { title: '资产库' }
|
||||
},
|
||||
{
|
||||
path: 'storyboard',
|
||||
component: () => import('../features/storyboard/StoryboardPage.vue'),
|
||||
|
||||
Reference in New Issue
Block a user