From 9e43d77ac4fc6ce74205ad0227911b5c9caba0e5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 9 Mar 2024 09:15:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=96=B0=E5=A2=9E=E5=AE=98?= =?UTF-8?q?=E7=A7=8D=E4=BC=98=E5=85=88=E7=BA=A7=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/FilterRuleCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/cards/FilterRuleCard.vue b/src/components/cards/FilterRuleCard.vue index a7a702ce..be8b31d7 100644 --- a/src/components/cards/FilterRuleCard.vue +++ b/src/components/cards/FilterRuleCard.vue @@ -36,6 +36,7 @@ const selectFilterOptions = ref<{ [key: string]: string }[]>([ { title: '特效字幕', value: ' SPECSUB ' }, { title: '中文字幕', value: ' CNSUB ' }, { title: '国语配音', value: ' CNVOI ' }, + { title: '官种', value: ' GZ ' }, { title: '排除: 国语配音', value: ' !CNVOI ' }, { title: '粤语配音', value: ' HKVOI ' }, { title: '排除: 粤语配音', value: ' !HKVOI ' },