feat:阿里云盘支持备份盘

This commit is contained in:
jxxghp
2024-06-20 13:16:05 +08:00
parent 6a5958409a
commit aaf5e7f49d
4 changed files with 27 additions and 25 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ const props = defineProps({
type: Object as PropType<FileItem>,
required: true,
},
fileidstack: Array as PropType<string[]>,
itemstack: Array as PropType<FileItem[]>,
})
// 对外事件
@@ -169,7 +169,7 @@ function u115AuthDone() {
<div v-if="activeStorage && item">
<FileToolbar
:item="item"
:fileidstack="fileidstack"
:itemstack="itemstack"
:storages="storagesArray"
:storage="activeStorage"
:endpoints="endpoints"