This commit is contained in:
jxxghp
2023-08-26 12:48:04 +08:00
parent 4681c947c7
commit 476bd4bd19
6 changed files with 60 additions and 47 deletions

View File

@@ -913,5 +913,5 @@ export interface FileItem {
path: string
extension: string
size: number
children: []
children: FileItem[]
}