style: add name field to StorageConf interface and update StorageCard component to display storage name

This commit is contained in:
jxxghp
2024-07-20 09:36:46 +08:00
parent 42f755b755
commit bc084922f7
2 changed files with 48 additions and 2 deletions

View File

@@ -885,6 +885,8 @@ export interface NotificationSwitchConf {
// 存储配置
export interface StorageConf {
// 名称
name: string
// 类型 local/alipan/u115/rclone
type: string
// 配置