禁用弹幕发送框

This commit is contained in:
mtvpls
2025-12-02 10:16:23 +08:00
parent a9996443d9
commit 106bf9bbb2

View File

@@ -1930,6 +1930,7 @@ function PlayPageClient() {
margin: [danmakuSettingsRef.current.marginTop, danmakuSettingsRef.current.marginBottom], margin: [danmakuSettingsRef.current.marginTop, danmakuSettingsRef.current.marginBottom],
antiOverlap: true, antiOverlap: true,
synchronousPlayback: danmakuSettingsRef.current.synchronousPlayback, synchronousPlayback: danmakuSettingsRef.current.synchronousPlayback,
emitter: false,
filter: (danmu: any) => { filter: (danmu: any) => {
// 应用过滤规则 // 应用过滤规则
if (danmakuSettingsRef.current.filterRules.length > 0) { if (danmakuSettingsRef.current.filterRules.length > 0) {