mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 18:37:35 +08:00
style: Update FileBrowserView.vue to include storage property in operItem and itemstack
This commit is contained in:
@@ -745,6 +745,8 @@ export interface EndPoints {
|
||||
|
||||
// 文件浏览项目
|
||||
export interface FileItem {
|
||||
// 存储
|
||||
storage: string
|
||||
// 类型 dir/file
|
||||
type: string
|
||||
// 文件名
|
||||
|
||||
Reference in New Issue
Block a user