头像视频合成

This commit is contained in:
ZLI263
2025-10-08 08:03:30 +08:00
parent 5f0d5a0daf
commit 6209b691ab
7 changed files with 586 additions and 106 deletions

View File

@@ -242,6 +242,12 @@ export const constantRoutes = [
name: 'VideoSynthesis',
component: () => import('@/views/video/video-synthesis'),
meta: { title: '视频合成', icon: 'el-icon-video-camera-solid' }
},
{
path: 'avatar-synthesis',
name: 'AvatarSynthesis',
component: () => import('@/views/video/avatar-synthesis'),
meta: { title: '头像合成视频', icon: 'el-icon-user-solid' }
}
]
},