feat: 知识库添加目录弹窗支持浏览选择——接入 tauri-plugin-dialog 原生文件夹选择器,目录路径可手输或点选

This commit is contained in:
xianrenge
2026-08-17 23:39:16 +08:00
parent 06564babae
commit 817d70c8e1
8 changed files with 190 additions and 9 deletions
+1 -1
View File
@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/api": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -27,4 +28,3 @@
"vite": "^5.4.8"
}
}