mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-14 00:42:31 +08:00
支持更多订阅自定义属性
This commit is contained in:
@@ -65,6 +65,12 @@ export interface Subscribe {
|
||||
show_edit_dialog: boolean
|
||||
// 编辑框打开状态
|
||||
page_open?: boolean
|
||||
// 自定义识别词
|
||||
custom_words?: string
|
||||
// 自定义媒体类别
|
||||
media_category?: string
|
||||
// 过滤规则组
|
||||
filter_groups?: string[]
|
||||
}
|
||||
|
||||
// 历史记录
|
||||
|
||||
Reference in New Issue
Block a user