diff --git a/src/api/types.ts b/src/api/types.ts index a25fdb57..bd5e7415 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -885,6 +885,8 @@ export interface NotificationSwitchConf { // 存储配置 export interface StorageConf { + // 名称 + name: string // 类型 local/alipan/u115/rclone type: string // 配置 diff --git a/src/components/cards/StorageCard.vue b/src/components/cards/StorageCard.vue index 11645e02..f58e603e 100644 --- a/src/components/cards/StorageCard.vue +++ b/src/components/cards/StorageCard.vue @@ -1,2 +1,46 @@ - - + +