chore: change danmuku durationRange

This commit is contained in:
molvqingtai 2024-10-13 06:23:24 +08:00
parent 1d3c92763b
commit 645e728178

View file

@ -15,7 +15,7 @@ export class Danmaku {
private manager?: Manager<TextMessage>
constructor() {
this.manager = create<TextMessage>({
durationRange: [10000, 13000],
durationRange: [7000, 10000],
plugin: {
$createNode(manager) {
if (!manager.node) return