This commit is contained in:
2025-12-09 10:48:12 +08:00
parent ef7ce1b74a
commit f8dd1f0667

View File

@@ -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秒随机范围