初始版本
This commit is contained in:
@@ -10,28 +10,83 @@ export type NavItem = {
|
||||
export const mainNav: NavItem[] = [
|
||||
{key: 'home', label: '首页', to: '/'},
|
||||
{
|
||||
key: 'ai',
|
||||
label: 'AI智能体',
|
||||
to: '/ai-agent',
|
||||
badge: 'HOT',
|
||||
key: 'news',
|
||||
label: '政策要闻',
|
||||
to: '/news',
|
||||
children: [
|
||||
{key: 'ai-agent', label: '🤖 AI 智能体', to: '/ai-agent'},
|
||||
{key: 'openclaw', label: '🦞 OpenClaw 生态', to: '/openclaw'},
|
||||
{key: 'platform-api', label: '🔑 模型管理平台', to: '', href: 'https://platform.websoft.top'},
|
||||
{key: 'news-central', label: '党中央国务院', to: '/news?type=central'},
|
||||
{key: 'news-region', label: '自治区党委政府', to: '/news?type=region'},
|
||||
{key: 'news-department', label: '其他厅委办', to: '/news?type=department'},
|
||||
{key: 'news-latest', label: '最新发布', to: '/news?type=latest'},
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'products',
|
||||
label: '产品',
|
||||
to: '/products',
|
||||
key: 'consultation',
|
||||
label: '决策咨询',
|
||||
to: '/consultation',
|
||||
children: [
|
||||
{key: 'website', label: '🌐 云·企业官网', to: '/website'},
|
||||
{key: 'miniapp', label: '📱 小程序开发', to: '/miniapp'},
|
||||
{key: 'shop', label: '🛒 小程序商城', to: '/shop'},
|
||||
{key: 'oa', label: '🏠 葳管家', to: '/oa'},
|
||||
{key: 'consult-city', label: '市县决策', to: '/consultation?type=city'},
|
||||
{key: 'consult-frontier', label: '前沿观察', to: '/consultation?type=frontier'},
|
||||
{key: 'consult-industry', label: '行业资讯', to: '/consultation?type=industry'},
|
||||
{key: 'consult-enterprise', label: '企业动态', to: '/consultation?type=enterprise'},
|
||||
{key: 'consult-research', label: '研究热点', to: '/consultation?type=research'},
|
||||
{key: 'consult-academic', label: '学术活动', to: '/consultation?type=academic'},
|
||||
{key: 'consult-other', label: '其他汇编', to: '/consultation?type=other'},
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'reference',
|
||||
label: '决策参考',
|
||||
to: '/reference',
|
||||
children: [
|
||||
{key: 'ref-policy', label: '政策原文', to: '/reference?type=policy'},
|
||||
{key: 'ref-analysis', label: '深度解读', to: '/reference?type=analysis'},
|
||||
{key: 'ref-research', label: '研究成果', to: '/reference?type=research'},
|
||||
{key: 'ref-special', label: '专题研究', to: '/reference?type=special'},
|
||||
{key: 'ref-asean', label: '东盟研究', to: '/reference?type=asean'},
|
||||
{key: 'ref-data', label: '数据服务', to: '/reference?type=data', badge: 'VIP'},
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'expert',
|
||||
label: '专家资讯',
|
||||
to: '/expert',
|
||||
children: [
|
||||
{key: 'expert-view', label: '专家视点', to: '/expert?type=view'},
|
||||
{key: 'expert-dynamic', label: '专家动态', to: '/expert?type=dynamic'},
|
||||
{key: 'expert-apply', label: '专家申请', to: '/expert/apply'},
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'thinktank',
|
||||
label: '智库观察',
|
||||
to: '/think-tank',
|
||||
children: [
|
||||
{key: 'thinktank-intro', label: '智库介绍', to: '/think-tank?type=intro'},
|
||||
{key: 'thinktank-view', label: '智库视角', to: '/think-tank?type=view'},
|
||||
]
|
||||
},
|
||||
{key: 'suggestions', label: '建言献策', to: '/suggestions'},
|
||||
{
|
||||
key: 'membership',
|
||||
label: '会员服务',
|
||||
to: '/membership',
|
||||
children: [
|
||||
{key: 'member-consult', label: '企业咨询', to: '/membership?type=consult'},
|
||||
{key: 'member-service', label: '专项服务', to: '/membership?type=service'},
|
||||
]
|
||||
},
|
||||
{key: 'hanmo', label: '翰墨文谈', to: '/hanmo'},
|
||||
{
|
||||
key: 'about',
|
||||
label: '关于我们',
|
||||
to: '/about',
|
||||
children: [
|
||||
{key: 'about-intro', label: '学会简介', to: '/about'},
|
||||
{key: 'about-org', label: '组织机构', to: '/about/organization'},
|
||||
{key: 'about-charter', label: '学会章程', to: '/about/charter'},
|
||||
{key: 'about-consult', label: '咨询服务', to: '/about/consultation'},
|
||||
{key: 'about-join', label: '加入我们', to: '/about/join'},
|
||||
]
|
||||
},
|
||||
{key: 'platform', label: '平台能力', to: '/platform'},
|
||||
{key: 'market', label: '模板市场', to: '/market'},
|
||||
{key: 'developer', label: '开发者中心', to: '/developer-center'}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user