fix filterrulecard

This commit is contained in:
jxxghp
2023-07-19 14:31:56 +08:00
parent 98c9e84712
commit a0335227c5

View File

@@ -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" },
]);