增加收藏歌曲和收藏歌单功能,优化播放器逻辑,修复bug以及体验优化

This commit is contained in:
qier222 2020-10-17 00:18:24 +08:00
parent 5f0ef06786
commit 7f75758b73
28 changed files with 486 additions and 270 deletions

View file

@ -38,6 +38,9 @@ export function userLikedSongsIDs(uid) {
return request({
url: "/likelist",
method: "get",
uid,
params: {
uid,
timestamp: new Date().getTime(),
},
});
}