修改延迟
This commit is contained in:
parent
783d96bd7d
commit
7486a99494
@ -166,6 +166,6 @@ module.exports = class Lyric {
|
|||||||
this.lyric = lyric
|
this.lyric = lyric
|
||||||
this.translationLyric = translationLyric
|
this.translationLyric = translationLyric
|
||||||
this._init()
|
this._init()
|
||||||
this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset
|
this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset - 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user