From 28975f74e94b8ad8a527c987bfcd97c5dca5b746 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 23 Oct 2025 14:57:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E6=96=B0=E9=97=BB=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E6=94=B9=E4=B8=BA=E4=BA=8B=E4=BB=B6=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Navbars/HomeNavbar.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Navbars/HomeNavbar.js b/src/components/Navbars/HomeNavbar.js index 8b017bf7..dbc27f9f 100644 --- a/src/components/Navbars/HomeNavbar.js +++ b/src/components/Navbars/HomeNavbar.js @@ -57,14 +57,14 @@ const SecondaryNav = ({ showCompletenessAlert }) => { '/community': { title: '高频跟踪', items: [ - { path: '/community', label: '新闻催化分析', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, + { path: '/community', label: '事件中心', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, { path: '/concepts', label: '概念中心', badges: [{ text: 'NEW', colorScheme: 'red' }] } ] }, '/concepts': { title: '高频跟踪', items: [ - { path: '/community', label: '新闻催化分析', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, + { path: '/community', label: '事件中心', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, { path: '/concepts', label: '概念中心', badges: [{ text: 'NEW', colorScheme: 'red' }] } ] }, @@ -217,7 +217,7 @@ const MoreNavMenu = ({ isAuthenticated, user }) => { bg={location.pathname.includes('/community') ? 'blue.50' : 'transparent'} > - 新闻催化分析 + 事件中心 HOT NEW @@ -333,7 +333,7 @@ const NavItems = ({ isAuthenticated, user }) => { fontWeight={location.pathname.includes('/community') ? 'bold' : 'normal'} > - 新闻催化分析 + 事件中心 HOT NEW @@ -1352,7 +1352,7 @@ export default function HomeNavbar() { fontWeight={location.pathname.includes('/community') ? 'bold' : 'normal'} > - 新闻催化分析 + 事件中心 HOT NEW