feat: card musin
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
zzc
2026-03-19 16:44:33 +08:00
parent 6bf6aee099
commit 1121a6fa64
4 changed files with 478 additions and 6 deletions

View File

@@ -149,6 +149,12 @@ export const asyncRoutes = [
component: () => import('@/views/spring/blessing/titleTemplate/index'),
meta: { title: '图片标题模版' },
},
{
path: 'music',
name: 'Music',
component: () => import('@/views/spring/blessing/music/index'),
meta: { title: '背景音乐' },
},
{
path: 'contentTemplate',
name: 'contentTemplate',
@@ -201,18 +207,18 @@ export const asyncRoutes = [
permissions: ['admin'],
},
children: [
{
path: 'systemAvatar',
name: 'SystemAvatar',
component: () => import('@/views/spring/avatar/systemAvatar/index'),
meta: { title: '系统头像' },
},
{
path: 'avatarCategory',
name: 'AvatarCategory',
component: () => import('@/views/spring/avatar/category/index'),
meta: { title: '头像类型' },
},
{
path: 'systemAvatar',
name: 'SystemAvatar',
component: () => import('@/views/spring/avatar/systemAvatar/index'),
meta: { title: '系统头像' },
},
{
path: 'avatarFrame',
name: 'AvatarFrame',