mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-06 00:01:33 +08:00
style: add name field to StorageConf interface and update StorageCard component to display storage name
This commit is contained in:
@@ -885,6 +885,8 @@ export interface NotificationSwitchConf {
|
||||
|
||||
// 存储配置
|
||||
export interface StorageConf {
|
||||
// 名称
|
||||
name: string
|
||||
// 类型 local/alipan/u115/rclone
|
||||
type: string
|
||||
// 配置
|
||||
|
||||
Reference in New Issue
Block a user