mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-05-01 07:24:30 +08:00
完成移动端邀请页面功能
This commit is contained in:
@@ -87,13 +87,13 @@ const aiTools = ref([
|
||||
key: 'suno',
|
||||
name: '音乐创作',
|
||||
desc: 'AI音乐生成与编辑',
|
||||
icon: 'icon-music',
|
||||
icon: 'icon-mp3',
|
||||
gradient: 'linear-gradient(135deg, #EF4444, #DC2626)',
|
||||
badge: '新功能',
|
||||
tag: 'AI音乐',
|
||||
status: 'active',
|
||||
statusText: '可用',
|
||||
url: '/mobile/create?tab=suno',
|
||||
url: '/mobile/suno-create',
|
||||
},
|
||||
{
|
||||
key: 'video',
|
||||
@@ -104,7 +104,7 @@ const aiTools = ref([
|
||||
tag: 'AI视频',
|
||||
status: 'beta',
|
||||
statusText: '测试版',
|
||||
url: '/mobile/create?tab=video',
|
||||
url: '/mobile/video-create',
|
||||
},
|
||||
{
|
||||
key: 'jimeng',
|
||||
@@ -115,24 +115,24 @@ const aiTools = ref([
|
||||
tag: 'AI绘画',
|
||||
status: 'active',
|
||||
statusText: '可用',
|
||||
url: '/mobile/create?tab=jimeng',
|
||||
url: '/mobile/jimeng-create',
|
||||
},
|
||||
{
|
||||
key: 'xmind',
|
||||
name: '思维导图',
|
||||
desc: 'AI思维导图生成',
|
||||
icon: 'icon-mind',
|
||||
key: 'imgWall',
|
||||
name: 'AI画廊',
|
||||
desc: 'AI绘画作品展示',
|
||||
icon: 'icon-image-list',
|
||||
gradient: 'linear-gradient(135deg, #3B82F6, #2563EB)',
|
||||
tag: 'AI工具',
|
||||
tag: 'AI展示',
|
||||
status: 'active',
|
||||
statusText: '可用',
|
||||
url: '/mobile/tools?tab=xmind',
|
||||
url: '/mobile/imgWall',
|
||||
},
|
||||
{
|
||||
key: 'apps',
|
||||
name: '应用中心',
|
||||
desc: '更多AI应用工具',
|
||||
icon: 'icon-apps',
|
||||
icon: 'icon-app',
|
||||
gradient: 'linear-gradient(135deg, #EC4899, #DB2777)',
|
||||
tag: '应用',
|
||||
status: 'active',
|
||||
|
||||
Reference in New Issue
Block a user