From 6db70fed76d44c8abf36eff5859e7ada29a6a885 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 20 Jul 2023 12:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20FilterRuleCard.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/FilterRuleCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/FilterRuleCard.vue b/src/components/cards/FilterRuleCard.vue index ca669fb7..6d06738d 100644 --- a/src/components/cards/FilterRuleCard.vue +++ b/src/components/cards/FilterRuleCard.vue @@ -27,7 +27,7 @@ const selectFilterOptions = ref<{ [key: string]: string }[]>([ { title: "分辨率: 4K", value: " 4K " }, { title: "分辨率: 1080P", value: " 1080P " }, { title: "分辨率: 720P", value: " 720P " }, - { title: "排除720P", value: " !720P " }, + { title: "排除: 720P", value: " !720P " }, { title: "质量: 蓝光原盘", value: " BLU " }, { title: "排除: 蓝光原盘", value: " !BLU ", color: "error" }, { title: "质量: REMUX", value: " REMUX " },