Suno页面重构完成

This commit is contained in:
GeekMaster
2025-08-07 16:26:12 +08:00
parent eab8265b9c
commit cb7235bb83
7 changed files with 162 additions and 53 deletions

View File

@@ -151,21 +151,21 @@ const features = ref([
name: '音乐创作',
icon: 'icon-mp3',
color: '#EF4444',
url: '/mobile/suno-create',
url: '/mobile/suno',
},
{
key: 'video',
name: '视频生成',
icon: 'icon-video',
color: '#10B981',
url: '/mobile/video-create',
url: '/mobile/video',
},
{
key: 'jimeng',
name: '即梦AI',
icon: 'icon-jimeng',
color: '#F97316',
url: '/mobile/jimeng-create',
url: '/mobile/jimeng',
},
{ key: 'agent', name: '智能体', icon: 'icon-app', color: '#3B82F6', url: '/mobile/apps' },
{