From 2b92ee39c607e23d33ed752b543afb9532ee5201 Mon Sep 17 00:00:00 2001 From: carneycui <129838382+carneycui@users.noreply.github.com> Date: Wed, 30 Apr 2025 18:20:36 +0800 Subject: [PATCH] =?UTF-8?q?Refactor=EF=BC=9A=E5=89=8D=E5=8F=B0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=9F=A5=E8=AF=86=E5=BA=93=E6=9D=BF=E9=9D=A2=E9=87=8D?= =?UTF-8?q?=E6=9E=84=20(#68)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ning --- .../components/knowledge-sidebar/index.tsx | 10 +++++----- web/src/pages/knowledge/index.tsx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/pages/add-knowledge/components/knowledge-sidebar/index.tsx b/web/src/pages/add-knowledge/components/knowledge-sidebar/index.tsx index 83bc3c9..5b88c68 100644 --- a/web/src/pages/add-knowledge/components/knowledge-sidebar/index.tsx +++ b/web/src/pages/add-knowledge/components/knowledge-sidebar/index.tsx @@ -72,11 +72,11 @@ const KnowledgeSidebar = () => { KnowledgeRouteKey.Testing, , ), - getItem( - KnowledgeRouteKey.Configuration, - KnowledgeRouteKey.Configuration, - , - ), + // getItem( + // KnowledgeRouteKey.Configuration, + // KnowledgeRouteKey.Configuration, + // , + // ), ]; if (!isEmpty(data?.graph)) { diff --git a/web/src/pages/knowledge/index.tsx b/web/src/pages/knowledge/index.tsx index c3bf6c3..6991a70 100644 --- a/web/src/pages/knowledge/index.tsx +++ b/web/src/pages/knowledge/index.tsx @@ -68,14 +68,14 @@ const KnowledgeList = () => { prefix={} /> - + */}