From fda283198dbc6b2196f536903e0c1b764db5a2c7 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 1 Feb 2026 22:05:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor(knowledge):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84Tag=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从KnowledgeSetDetail.tsx中移除未使用的Tag组件导入 - 保持代码整洁性,消除无用的依赖项 --- .../src/pages/KnowledgeManagement/Detail/KnowledgeSetDetail.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/KnowledgeManagement/Detail/KnowledgeSetDetail.tsx b/frontend/src/pages/KnowledgeManagement/Detail/KnowledgeSetDetail.tsx index 8910329..7bbadd5 100644 --- a/frontend/src/pages/KnowledgeManagement/Detail/KnowledgeSetDetail.tsx +++ b/frontend/src/pages/KnowledgeManagement/Detail/KnowledgeSetDetail.tsx @@ -9,7 +9,6 @@ import { Input, Modal, Spin, - Tag, Table, Tooltip, } from "antd";