From 4b3ef77342d30b7aa78f65574e55770c90ae164a Mon Sep 17 00:00:00 2001 From: wangdl Date: Thu, 18 Jun 2026 21:57:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(IOS-INFO-040):=20replace=20"=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=9F=A5=E8=AF=86=E7=82=B9"=20with=20"=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E8=B5=84=E6=96=99"=20in=20toolbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Knowledge items are AI-generated artifacts from source parsing, not manually created entries. Route to ImportPage instead of AddKnowledgePage. Co-Authored-By: Claude Opus 4.7 --- AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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