mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-05 07:41:03 +08:00
feat:为DiscoverSource接口添加依赖关系字典,优化过滤参数的watch逻辑
This commit is contained in:
@@ -1243,6 +1243,8 @@ export interface DiscoverSource {
|
||||
filter_params: { [key: string]: any }
|
||||
// 过滤参数UI配置
|
||||
filter_ui: RenderProps[]
|
||||
// UI依赖关系字典
|
||||
depends?: { [key: string]: string[] }
|
||||
}
|
||||
|
||||
// 推荐的数据源
|
||||
|
||||
Reference in New Issue
Block a user