feat: add support for importing from a directory recursively, closes #179 (#2642)

This commit is contained in:
Huang Xin
2025-12-08 14:16:57 +08:00
committed by GitHub
parent 11bc7497e8
commit ba3f060cc4
44 changed files with 341 additions and 97 deletions
@@ -18,6 +18,7 @@ export interface SelectedFile {
// For Tauri file
path?: string;
basePath?: string;
}
export interface FileSelectionResult {