mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-26 07:25:53 +03:00
[PR #36] [MERGED] feat: 首页新增私人雷达 & 封面支持懒加载 #416
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/36
Author: @imsyy
Created: 5/15/2023
Status: ✅ Merged
Merged: 5/15/2023
Merged by: @imsyy
Base:
master← Head:dev📝 Commits (2)
b5cde21feat: 首页新增私人雷达 & fix: 部分封面无法显示0e0a391feat: 部分封面支持懒加载📊 Changes
38 files changed (+798 additions, -207 deletions)
View changed files
📝
README.md(+1 -0)📝
package.json(+1 -1)➕
public/images/pic/radar.jpg(+0 -0)📝
src/App.vue(+15 -3)📝
src/components/DataList/ArtistLists.vue(+27 -1)📝
src/components/DataList/CoverLists.vue(+56 -5)📝
src/components/DataList/DataLists.vue(+1 -0)📝
src/components/DataModal/PlayListDrawer.vue(+2 -2)📝
src/components/Personalized/PaDailySongs.vue(+181 -57)➕
src/components/Personalized/PaLikeSongs.vue(+169 -0)📝
src/components/Personalized/PaPersonalFm.vue(+9 -11)➕
src/components/Personalized/PaRadar.vue(+123 -0)📝
src/store/musicData.js(+5 -4)📝
src/store/settingData.js(+3 -1)📝
src/store/userData.js(+55 -52)📝
src/utils/Player.js(+29 -7)📝
src/utils/timeTools.js(+11 -2)📝
src/views/Album/AlbumView.vue(+10 -6)📝
src/views/Artist/albums.vue(+2 -2)📝
src/views/Artist/all-songs.vue(+2 -2)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.