diff --git a/src/components/cards/FilterRuleCard.vue b/src/components/cards/FilterRuleCard.vue index 3c905733..c1771330 100644 --- a/src/components/cards/FilterRuleCard.vue +++ b/src/components/cards/FilterRuleCard.vue @@ -40,6 +40,8 @@ const selectFilterOptions = ref<{ [key: string]: string }[]>([ { title: "排除杜比", value: " !DOLBY ", color: "error" }, { title: "HDR", value: " HDR ", color: "success" }, { title: "排除HDR", value: " !HDR ", color: "error" }, + { title: "国语配音", value: " CNVOI ", color: "error" }, + { title: "排除国语配音", value: " !CNVOI ", color: "error" }, { title: "免费", value: " FREE ", color: "success" }, ]);