refactor: Update FilterRuleGroupCard.vue to add support for selecting media categories

This commit is contained in:
jxxghp
2024-09-12 12:52:34 +08:00
parent 04e1b527b5
commit 5ad25ff14d
3 changed files with 47 additions and 3 deletions

View File

@@ -971,6 +971,8 @@ export interface FilterRuleGroup {
name: string
// 规则串
rule_string?: string
// 适用类媒体类 None-全部 电影/电视剧
// 适用类媒体类 None-全部 电影/电视剧
media_type?: string
// # 适用媒体类别 None-全部 对应二级分类
category?: string
}