后期修改完善,上线版本

This commit is contained in:
2025-11-12 18:11:11 +08:00
parent c54f9c9976
commit 8f57683dd5
98 changed files with 2110 additions and 867 deletions

View File

@ -93,7 +93,7 @@ export const routes = [
meta: {
navigationName: "AI Launches Detail",
hidden: true,
parent: 'Launches',
// parent: 'Launches',
},
},
{
@ -103,7 +103,7 @@ export const routes = [
meta: {
navigationName: "Finance",
hidden: true,
parent: 'Launches',
// parent: 'Launches',
}
},
{
@ -122,7 +122,8 @@ export const routes = [
meta: {
icon: 'tools',
hidden: true, // 隐藏于主导航,只在子菜单显示
parent: 'Hub'
parent: 'Hub',
color: '#FFF6F3',
}
},
{
@ -133,6 +134,7 @@ export const routes = [
icon: 'frameworks',
hidden: true,
parent: 'Hub',
color: '#F3FFF3',
}
},
]
@ -144,7 +146,6 @@ export const routes = [
meta: {
icon: 'tools',
hidden: true,
parent: ['Hub', 'DailyNews', 'Learn'],
}
},
{
@ -174,6 +175,7 @@ export const routes = [
icon: 'observer',
hidden: true,
parent: 'Learn',
color: '#FFFBF3',
}
},
{
@ -184,6 +186,7 @@ export const routes = [
icon: 'analysis',
hidden: true,
parent: 'Learn',
color: '#FFF3FE',
}
},
{
@ -194,6 +197,7 @@ export const routes = [
icon: 'pioneer',
hidden: true,
parent: 'Learn',
color: '#FFF3F3',
}
}
]