fix(IOS-INFO-040): replace "添加知识点" with "上传资料" in toolbar
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 <noreply@anthropic.com>
This commit is contained in:
parent
bb9c9afb4d
commit
4b3ef77342
@ -356,8 +356,8 @@ struct LibraryDetailPage: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Menu {
|
Menu {
|
||||||
NavigationLink(value: Route.addKnowledge(knowledgeBaseId: knowledgeBaseId)) {
|
NavigationLink(value: Route.libraryImport) {
|
||||||
Label("添加知识点", image: "icon-plus")
|
Label("上传资料", image: "icon-plus")
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
showFolderManager = true
|
showFolderManager = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user