优化订阅和整理对话框,添加剧集组选项和编号,调整布局以提升用户体验

This commit is contained in:
jxxghp
2025-04-03 18:35:21 +08:00
parent 43beb1df95
commit 50ffcc6e92
3 changed files with 89 additions and 37 deletions

View File

@@ -77,7 +77,11 @@ export interface Subscribe {
// 过滤规则组
filter_groups?: string[]
// 下载器
downloader: string
downloader?: string
// 可选剧集组
episode_groups?: Record<string, any>[]
// 自定义剧集组
episode_group?: string
}
// 订阅分享
@@ -138,6 +142,8 @@ export interface SubscribeShare {
media_category?: string
// 复用次数
count?: number
// 自定义剧集组
episode_group?: string
}
// 历史记录
@@ -1214,6 +1220,8 @@ export interface TransferForm {
library_type_folder?: boolean
// 媒体库类别子目录
library_category_folder?: boolean
// 剧集组编号
episode_group?: string
}
// 整理队列