Merge branch 'feature/knowledgeBase_yjp' into develop

This commit is contained in:
yujiangping
2026-02-03 17:12:36 +08:00
22 changed files with 415 additions and 416 deletions

View File

@@ -388,7 +388,7 @@ const KnowledgeBaseManagement: FC = () => {
});
},
onCancel: () => {
console.log('取消删除');
console.log('Cancel delete');
},
});
};