From f2c87a78806e401a1d036762b6c694004a5626a9 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Mon, 25 Jan 2021 19:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E8=BF=87=E6=BB=A4=E5=99=A8=EF=BC=8C=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E5=B1=8F=E8=94=BD=E7=A6=8F=E5=88=A9=E6=97=B6=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Film.vue b/src/components/Film.vue index f28e17d..140c0b4 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -457,6 +457,7 @@ export default { }, searchContents: { handler (list) { + list = list.filter(res => !this.setting.excludeR18Films || !this.containsR18Keywords(res.type)) this.areas = [...new Set(list.map(ele => ele.area))].filter(x => x) this.searchClassList = [...new Set(list.map(ele => ele.type))].filter(x => x) this.refreshFilteredList()