From 3cb9c85ea8f090aad3de137f5de34c2805617463 Mon Sep 17 00:00:00 2001 From: xiezhouwei Date: Wed, 17 Jun 2026 14:00:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E9=A1=BA=E5=BA=8F=E4=B8=BA=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E2=86=92=E8=AF=84=E6=B5=8B=E2=86=92=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E2=86=92=E6=8E=A7=E5=88=B6=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/hooks/common/useNavigation.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/hooks/common/useNavigation.js b/web/src/hooks/common/useNavigation.js index 766324e..64b4947 100644 --- a/web/src/hooks/common/useNavigation.js +++ b/web/src/hooks/common/useNavigation.js @@ -38,11 +38,6 @@ export const useNavigation = (t, docsNav, headerNavModules) => { itemKey: 'pricing', to: '/pricing', }, - { - text: t('控制台'), - itemKey: 'console', - to: '/console', - }, { text: t('评测'), itemKey: 'benchmark', @@ -59,6 +54,11 @@ export const useNavigation = (t, docsNav, headerNavModules) => { }, ] : []), + { + text: t('控制台'), + itemKey: 'console', + to: '/console', + }, ]; // 根据配置过滤导航链接