From ef7ce1b74acc96456c081aa8a1c6e42b70c72bff Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Tue, 9 Dec 2025 10:25:23 +0800 Subject: [PATCH] 2 --- src/components/common/DanmakuBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/DanmakuBar.vue b/src/components/common/DanmakuBar.vue index d4ac934..2b27332 100644 --- a/src/components/common/DanmakuBar.vue +++ b/src/components/common/DanmakuBar.vue @@ -42,13 +42,13 @@ import { onMounted, onUnmounted, ref } from 'vue' }, danmakuSpeed: { type: Number, - default: 15000 // 弹幕滚动速度(毫秒) + default: 15000 // 弹幕滚动速度(毫秒),25秒让弹幕显示更久 } }) // 固定配置 const FETCH_PAGE_SIZE = 50 // 每次获取的记录数 - const BASE_EMIT_INTERVAL = 5000 // 基础5秒,避免弹幕重叠 + const BASE_EMIT_INTERVAL = 4700// 基础5秒,避免弹幕重叠 const RANDOM_EMIT_RANGE = 1000 // 0-1秒随机范围 const enabled = ref(true)