更新首页

This commit is contained in:
2026-09-11 12:25:38 +08:00
parent 9e24153eac
commit c29c3be942
326 changed files with 6564 additions and 44307 deletions
+12 -4
View File
@@ -77,7 +77,7 @@ const navItems: NavItem[] = [
{ label: '党中央国务院信息', to: '/news?type=central' },
{ label: '自治区党委政府信息', to: '/news?type=region' },
{ label: '其他(厅委办)信息', to: '/news?type=department' },
{ label: '最新发布', to: '/news?type=latest' }
{ label: '最新', to: '/news?type=latest' }
]
},
{
@@ -86,6 +86,8 @@ const navItems: NavItem[] = [
children: [
{ label: '政策原文', to: '/reference?type=policy' },
{ label: '深度解读', to: '/reference?type=analysis' },
{ label: '研究成果', to: '/reference?type=research' },
{ label: '专题研究', to: '/reference?type=special' },
{ label: '东盟研究', to: '/reference?type=asean' },
{ label: '数据服务', to: '/reference?type=data' }
]
@@ -97,16 +99,21 @@ const navItems: NavItem[] = [
{ label: '市县决策', to: '/consultation?type=city' },
{ label: '前沿观察', to: '/consultation?type=frontier' },
{ label: '行业资讯', to: '/consultation?type=industry' },
{ label: '企业动态', to: '/consultation?type=enterprise' }
{ label: '企业动态', to: '/consultation?type=enterprise' },
{ label: '研究热点', to: '/consultation?type=research' },
{ label: '学术活动', to: '/consultation?type=academic' },
{ label: '其他汇编', to: '/consultation?type=other' }
]
},
{
label: '专家资讯',
to: '/expert',
children: [
{ label: '专家库', to: '/expert' },
{ label: '专家视点', to: '/expert?type=view' },
{ label: '专家动态', to: '/expert?type=dynamic' },
{ label: '专家申请', to: '/expert/apply' }
{ label: '专家申请', to: '/expert/apply' },
{ label: '资料下载', to: '/expert/downloads' }
]
},
{
@@ -134,7 +141,8 @@ const navItems: NavItem[] = [
{ label: '学会简介', to: '/about' },
{ label: '组织机构', to: '/about/organization' },
{ label: '学会章程', to: '/about/charter' },
{ label: '咨询服务', to: '/about/consultation' }
{ label: '咨询服务', to: '/about/consultation' },
{ label: '加入我们', to: '/about/join' }
]
}
]