feat: 新增项目资产库与形态参考素材

This commit is contained in:
GouJ
2026-09-21 19:54:51 +08:00
parent e6d02a20a7
commit b834d1d259
18 changed files with 737 additions and 41 deletions
+5
View File
@@ -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'),