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

@@ -93,7 +93,7 @@ const aiTools = ref([
tag: 'AI音乐',
status: 'active',
statusText: '可用',
url: '/mobile/suno-create',
url: '/mobile/suno',
},
{
key: 'video',
@@ -104,7 +104,7 @@ const aiTools = ref([
tag: 'AI视频',
status: 'beta',
statusText: '测试版',
url: '/mobile/video-create',
url: '/mobile/video',
},
{
key: 'jimeng',
@@ -115,7 +115,7 @@ const aiTools = ref([
tag: 'AI绘画',
status: 'active',
statusText: '可用',
url: '/mobile/jimeng-create',
url: '/mobile/jimeng',
},
{
key: 'imgWall',