[PR #36] [MERGED] feat: 首页新增私人雷达 & 封面支持懒加载 #416

Closed
opened 2026-02-27 07:11:46 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: dev


📝 Commits (2)

  • b5cde21 feat: 首页新增私人雷达 & fix: 部分封面无法显示
  • 0e0a391 feat: 部分封面支持懒加载

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/36 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`b5cde21`](https://github.com/imsyy/SPlayer/commit/b5cde21981e73fbc38b67f4f89054b3bbd24599d) feat: 首页新增私人雷达 & fix: 部分封面无法显示 - [`0e0a391`](https://github.com/imsyy/SPlayer/commit/0e0a3911c1e4b28470ac67a12b7be5d3b7b40fe7) feat: 部分封面支持懒加载 ### 📊 Changes **38 files changed** (+798 additions, -207 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:11:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#416
No description provided.