From 106bf9bbb200e198dfb249385e528df4801547f6 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 2 Dec 2025 10:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E5=BC=B9=E5=B9=95=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index fc098bc..b1b8a94 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -1930,6 +1930,7 @@ function PlayPageClient() { margin: [danmakuSettingsRef.current.marginTop, danmakuSettingsRef.current.marginBottom], antiOverlap: true, synchronousPlayback: danmakuSettingsRef.current.synchronousPlayback, + emitter: false, filter: (danmu: any) => { // 应用过滤规则 if (danmakuSettingsRef.current.filterRules.length > 0) {