style: Update FileBrowserView.vue to include storage property in operItem and itemstack

This commit is contained in:
jxxghp
2024-07-26 22:05:01 +08:00
parent e92a74a088
commit f043447e4f
5 changed files with 34 additions and 94 deletions

View File

@@ -745,6 +745,8 @@ export interface EndPoints {
// 文件浏览项目
export interface FileItem {
// 存储
storage: string
// 类型 dir/file
type: string
// 文件名