修改延迟

pull/930/merge
lyswhut 2022-03-18 13:15:52 +08:00
parent 783d96bd7d
commit 7486a99494
1 changed files with 1 additions and 1 deletions

View File

@ -166,6 +166,6 @@ module.exports = class Lyric {
this.lyric = lyric
this.translationLyric = translationLyric
this._init()
this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset
this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset - 20
}
}