[PR #44] [MERGED] fix: 修复下载歌曲异常 #43 #418

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/44
Author: @imsyy
Created: 5/29/2023
Status: Merged
Merged: 5/29/2023
Merged by: @imsyy

Base: masterHead: dev


📝 Commits (4)

📊 Changes

25 files changed (+854 additions, -339 deletions)

View changed files

📝 package.json (+1 -0)
📝 pnpm-lock.yaml (+14 -0)
📝 src/components/DataList/CoverLists.vue (+3 -12)
📝 src/components/DataModal/DownloadSong.vue (+1 -1)
📝 src/components/Nav/index.vue (+1 -0)
📝 src/components/Personalized/PaPersonalFm.vue (+1 -1)
src/components/Player/RollingLyrics-old.vue (+327 -0)
📝 src/components/Player/RollingLyrics.vue (+239 -182)
📝 src/components/Player/index.vue (+109 -85)
📝 src/components/Provider/index.vue (+11 -5)
📝 src/components/SearchInp/index.vue (+1 -1)
📝 src/locale/lang/en.js (+8 -2)
📝 src/locale/lang/zh-CN.js (+6 -1)
📝 src/router/index.js (+2 -2)
📝 src/store/settingData.js (+4 -0)
src/utils/getCoverUrl.js (+17 -0)
📝 src/utils/parseLyric.js (+2 -1)
📝 src/utils/request.js (+3 -2)
📝 src/views/Album/AlbumView.vue (+23 -13)
📝 src/views/Home/HomeView.vue (+2 -1)

...and 5 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/44 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`f96b07a`](https://github.com/imsyy/SPlayer/commit/f96b07a43c4306053bc21bb72bccfbe8e3c61650) fix: 简单优化下歌词 - [`c30263b`](https://github.com/imsyy/SPlayer/commit/c30263b01955c6f18afa70c1dad283e437ef8e17) feat: 新增部分提醒 - [`73798ba`](https://github.com/imsyy/SPlayer/commit/73798ba196d7b4fa5b2764989b1f5a589d4a43b8) fix: 修复下载歌曲异常 #43 - [`ee7fe27`](https://github.com/imsyy/SPlayer/commit/ee7fe27801b382940998fc82b28c1dcc24116d8b) fix: 去除每次进入提醒 ### 📊 Changes **25 files changed** (+854 additions, -339 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+14 -0) 📝 `src/components/DataList/CoverLists.vue` (+3 -12) 📝 `src/components/DataModal/DownloadSong.vue` (+1 -1) 📝 `src/components/Nav/index.vue` (+1 -0) 📝 `src/components/Personalized/PaPersonalFm.vue` (+1 -1) ➕ `src/components/Player/RollingLyrics-old.vue` (+327 -0) 📝 `src/components/Player/RollingLyrics.vue` (+239 -182) 📝 `src/components/Player/index.vue` (+109 -85) 📝 `src/components/Provider/index.vue` (+11 -5) 📝 `src/components/SearchInp/index.vue` (+1 -1) 📝 `src/locale/lang/en.js` (+8 -2) 📝 `src/locale/lang/zh-CN.js` (+6 -1) 📝 `src/router/index.js` (+2 -2) 📝 `src/store/settingData.js` (+4 -0) ➕ `src/utils/getCoverUrl.js` (+17 -0) 📝 `src/utils/parseLyric.js` (+2 -1) 📝 `src/utils/request.js` (+3 -2) 📝 `src/views/Album/AlbumView.vue` (+23 -13) 📝 `src/views/Home/HomeView.vue` (+2 -1) _...and 5 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:47 +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#418
No description provided.