feat: 添加专辑列表播放

This commit is contained in:
alger
2024-01-01 00:06:52 +08:00
parent 2dbf5dbf03
commit ecd7a56df0
10 changed files with 90 additions and 47 deletions
+1 -1
View File
@@ -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) => {