chore: change danmuku durationRange
This commit is contained in:
parent
1d3c92763b
commit
645e728178
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue