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>
|
private manager?: Manager<TextMessage>
|
||||||
constructor() {
|
constructor() {
|
||||||
this.manager = create<TextMessage>({
|
this.manager = create<TextMessage>({
|
||||||
durationRange: [10000, 13000],
|
durationRange: [7000, 10000],
|
||||||
plugin: {
|
plugin: {
|
||||||
$createNode(manager) {
|
$createNode(manager) {
|
||||||
if (!manager.node) return
|
if (!manager.node) return
|
||||||
|
|
Loading…
Reference in a new issue