From 03d6e46eca57dbbfc0681883c28a3e01e4681712 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 9 Sep 2023 09:40:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=BF=87=E6=BB=A4=E8=A7=84=E5=88=99?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/FilterRuleCard.vue | 5 +--- src/views/setting/AccountSettingRule.vue | 37 ++++++++---------------- yarn.lock | 5 ++++ 3 files changed, 18 insertions(+), 29 deletions(-) diff --git a/src/components/cards/FilterRuleCard.vue b/src/components/cards/FilterRuleCard.vue index 10086031..3e932252 100644 --- a/src/components/cards/FilterRuleCard.vue +++ b/src/components/cards/FilterRuleCard.vue @@ -50,9 +50,6 @@ const selectFilterOptions = ref<{ [key: string]: string }[]>([ { title: '排除: 国语配音', value: ' !CNVOI ' }, { title: '促销: 免费', value: ' FREE ' }, ]) - -// 已选择的过滤规则 -const selectedFilters = ref(props.rules ?? [])