mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-12 21:43:23 +08:00
✨ feat: 添加专辑列表播放
This commit is contained in:
@@ -57,7 +57,7 @@ const loadLrc = async (playMusicId: number): Promise<void> => {
|
||||
}
|
||||
|
||||
// 歌词矫正时间Correction time
|
||||
const correctionTime = ref(0)
|
||||
const correctionTime = ref(0.4)
|
||||
|
||||
// 增加矫正时间
|
||||
const addCorrectionTime = (time: number) => {
|
||||
|
||||
Reference in New Issue
Block a user