重构 suno 页面

This commit is contained in:
GeekMaster
2025-08-07 11:57:32 +08:00
parent e8e3783af0
commit 5f24df6cee
8 changed files with 1268 additions and 716 deletions

View File

@@ -359,20 +359,20 @@ const routes = [
},
{
meta: { title: 'Suno音乐创作' },
path: '/mobile/suno-create',
name: 'mobile-suno-create',
path: '/mobile/suno',
name: 'mobile-suno',
component: () => import('@/views/mobile/pages/SunoCreate.vue'),
},
{
meta: { title: '视频生成' },
path: '/mobile/video-create',
name: 'mobile-video-create',
path: '/mobile/video',
name: 'mobile-video',
component: () => import('@/views/mobile/pages/VideoCreate.vue'),
},
{
meta: { title: '即梦AI' },
path: '/mobile/jimeng-create',
name: 'mobile-jimeng-create',
path: '/mobile/jimeng',
name: 'mobile-jimeng',
component: () => import('@/views/mobile/pages/JimengCreate.vue'),
},
],