From 43b4a619bc7b0bf70ffb5f8c828879db795bed52 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 2 Feb 2026 21:48:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor(knowledge):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93=E5=88=9B=E5=BB=BA=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E5=85=83=E6=95=B0=E6=8D=AE=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了表单中的扩展元数据输入区域 - 移除了对应的 Form.Item 包装器 - 简化了创建知识库表单结构 --- .../KnowledgeManagement/components/CreateKnowledgeSet.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/pages/KnowledgeManagement/components/CreateKnowledgeSet.tsx b/frontend/src/pages/KnowledgeManagement/components/CreateKnowledgeSet.tsx index 580b4ee..1b7dbf4 100644 --- a/frontend/src/pages/KnowledgeManagement/components/CreateKnowledgeSet.tsx +++ b/frontend/src/pages/KnowledgeManagement/components/CreateKnowledgeSet.tsx @@ -192,9 +192,6 @@ export default function CreateKnowledgeSet({ placeholder="请选择或输入标签" /> -