refactor(explorer): optimize openFolder (#148)

This commit is contained in:
Hayden
2025-02-22 18:10:11 +08:00
committed by GitHub
parent 759865e8ea
commit 450072e49d
7 changed files with 62 additions and 51 deletions

View File

@@ -9,6 +9,7 @@ export interface BaseModel {
type: string
subFolder: string
pathIndex: number
isFolder: boolean
preview: string | string[]
description: string
metadata: Record<string, string>