feat: unify directory tree select component and support file sorting (#110)

This commit is contained in:
duorameng
2026-06-10 17:33:23 +08:00
parent bf2cc7da0e
commit b1509a3afb
8 changed files with 225 additions and 154 deletions
+1
View File
@@ -377,6 +377,7 @@ export interface FileNode {
name: string
path: string
isDir: boolean
modTime: number
children?: FileNode[]
}