优化移动端即梦页面

This commit is contained in:
RockYang
2025-08-07 22:27:09 +08:00
parent e456210944
commit 4e237c9560
14 changed files with 1906 additions and 1239 deletions

View File

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