feat: unify directory tree select component and support file sorting (#110)
This commit is contained in:
@@ -377,6 +377,7 @@ export interface FileNode {
|
||||
name: string
|
||||
path: string
|
||||
isDir: boolean
|
||||
modTime: number
|
||||
children?: FileNode[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user