diff --git a/src/pages/Chat/NewChat.jsx b/src/pages/Chat/NewChat.jsx index a096fa7..1d54400 100644 --- a/src/pages/Chat/NewChat.jsx +++ b/src/pages/Chat/NewChat.jsx @@ -63,34 +63,13 @@ export default function NewChat() { kb.access === 'full' || kb.access === 'read' ? (
handleSelectKnowledgeBase(kb.id)} style={{ cursor: 'pointer' }} > -
-
{kb.title}
+
+

{kb.title}

{kb.description}

-
- - {kb.documents} 文档 - - - {kb.date} - -
-
- {kb.access === 'full' ? ( - - - 完全访问 - - ) : ( - - - 只读访问 - - )} -