From f8dd1f066737941b477076acedd9a853b4ed512c Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Tue, 9 Dec 2025 10:48:12 +0800 Subject: [PATCH] 1 --- src/components/common/DanmakuBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/DanmakuBar.vue b/src/components/common/DanmakuBar.vue index 2b27332..43944ae 100644 --- a/src/components/common/DanmakuBar.vue +++ b/src/components/common/DanmakuBar.vue @@ -47,7 +47,7 @@ import { onMounted, onUnmounted, ref } from 'vue' }) // 固定配置 - const FETCH_PAGE_SIZE = 50 // 每次获取的记录数 + const FETCH_PAGE_SIZE = 5// 每次获取的记录数 const BASE_EMIT_INTERVAL = 4700// 基础5秒,避免弹幕重叠 const RANDOM_EMIT_RANGE = 1000 // 0-1秒随机范围