diff --git a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift index 0e307b2..381ab8e 100644 --- a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift +++ b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift @@ -356,8 +356,8 @@ struct LibraryDetailPage: View { } Menu { - NavigationLink(value: Route.addKnowledge(knowledgeBaseId: knowledgeBaseId)) { - Label("添加知识点", image: "icon-plus") + NavigationLink(value: Route.libraryImport) { + Label("上传资料", image: "icon-plus") } Button { showFolderManager = true