feat(knowledge): add overview page for knowledge base logs

- Implement new overview page to display file and dataset processing logs
This commit is contained in:
2025-11-04 15:32:55 +08:00
parent 74c4f798a5
commit 37dcab1597
12 changed files with 397 additions and 8 deletions

View File

@@ -405,6 +405,7 @@ function KnowledgeBaseDetail() {
<FloatingActionButtons
onTestClick={() => navigate(`/knowledge/${id}/testing`)}
onConfigClick={() => navigate(`/knowledge/${id}/setting`)}
onOverviewClick={() => navigate(`/knowledge/${id}/overview`)}
/>
{/* 上传文件对话框 */}