feat: file relate kb

This commit is contained in:
archer
2023-09-04 10:51:57 +08:00
parent a3c6d6800b
commit 44e772f0fd
7 changed files with 50 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ const Kb = () => {
const { toast } = useToast();
const { openConfirm, ConfirmModal } = useConfirm({
title: '删除提示',
content: '确认删除该知识库?'
content: '确认删除该知识库?知识库相关的文件、记录将永久删除,无法恢复!'
});
const { myKbList, loadKbList, setKbList } = useUserStore();