混剪功能

This commit is contained in:
2025-11-24 23:51:22 +08:00
parent 159eb835d6
commit cea43dd635
23 changed files with 2203 additions and 1470 deletions

View File

@@ -43,6 +43,7 @@ const routes = [
children: [
{ path: '', redirect: '/material/list' },
{ path: 'list', name: '素材列表', component: () => import('../views/material/MaterialList.vue') },
{ path: 'mix-task', name: '混剪任务', component: () => import('../views/material/MixTaskList.vue') },
{ path: 'group', name: '素材分组', component: () => import('../views/material/MaterialGroup.vue') },
]
},