优化剧集组管理,添加剧集组选项和查询功能,调整订阅逻辑

This commit is contained in:
jxxghp
2025-04-04 12:17:29 +08:00
parent 357191afcf
commit 2e05c8079b
4 changed files with 145 additions and 73 deletions

View File

@@ -78,8 +78,6 @@ export interface Subscribe {
filter_groups?: string[]
// 下载器
downloader?: string
// 可选剧集组
episode_groups?: Record<string, any>[]
// 自定义剧集组
episode_group?: string
}