mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[PR #660] [MERGED] 优化下载与修复音质切换BUG #563
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/660
Author: @kazukokawagawa
Created: 12/26/2025
Status: ✅ Merged
Merged: 12/26/2025
Merged by: @imsyy
Base:
dev← Head:dev-perf📝 Commits (10+)
079ada0🦄 refactor: 优化下载逻辑b013e86🎈 perf: 优化歌曲下载1c1b7ca🎨 style: 更新评论列表样式36604be🐞 fix: 修复云盘和本地歌曲切换音质的问题9b45bce🐞 fix: 修复播放列表清空报错c1d61c6🐞 fix: 修复云盘播放报错ef1278d🎈 perf: 播放失败超过3首强制暂停74f1179🎈 perf: 更好的全屏加载动画1ecf92c🎨 feat: 添加播放器展开动画设置选项13fa262Apply suggestion from @gemini-code-assist[bot]📊 Changes
16 files changed (+516 additions, -236 deletions)
View changed files
📝
electron/main/ipc/ipc-file.ts(+67 -12)📝
electron/main/ipc/ipc-tray.ts(+1 -1)📝
src/components/Player/FullPlayer.vue(+1 -1)📝
src/components/Player/PlayerComment.vue(+7 -0)📝
src/components/Player/PlayerData.vue(+1 -1)📝
src/components/Setting/AboutSetting.vue(+89 -1)📝
src/components/Setting/PlaySetting.vue(+20 -0)📝
src/core/player/PlayerController.ts(+13 -5)📝
src/core/player/SongManager.ts(+5 -4)📝
src/core/resource/DownloadManager.ts(+283 -209)📝
src/stores/data.ts(+1 -0)📝
src/stores/music.ts(+1 -1)📝
src/stores/setting.ts(+3 -0)📝
src/style/animate.scss(+13 -0)📝
src/utils/init.ts(+4 -0)📝
src/views/Download/downloading.vue(+7 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.