[PR #606] [MERGED] feat: 优化批量下载 #528

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/606
Author: @kazukokawagawa
Created: 12/2/2025
Status: Merged
Merged: 12/2/2025
Merged by: @imsyy

Base: devHead: dev-dl


📝 Commits (5)

  • 5e474f8 🌈 style: 优化下载进度样式
  • 65abeee 🌈 style: 优化下载进度样式 #2
  • 2ec2b3c 🎈 perf: 修复单曲下载路径问题
  • 6dbbb3f feat: 模拟播放接口下载
  • 5e777d6 🎈 perf: 优化下载逻辑

📊 Changes

6 files changed (+254 additions, -33 deletions)

View changed files

📝 electron/main/ipc/ipc-file.ts (+30 -7)
📝 src/components/Modal/BatchList.vue (+130 -17)
📝 src/components/Modal/DownloadSong.vue (+0 -1)
📝 src/components/Setting/LocalSetting.vue (+29 -0)
📝 src/stores/setting.ts (+9 -0)
📝 src/utils/download.ts (+56 -8)

📄 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/606 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-dl` --- ### 📝 Commits (5) - [`5e474f8`](https://github.com/imsyy/SPlayer/commit/5e474f8fc17ff94ecb2c537d8f7375a667b657b4) 🌈 style: 优化下载进度样式 - [`65abeee`](https://github.com/imsyy/SPlayer/commit/65abeee982420eb3261d3974c949016f7d41f970) 🌈 style: 优化下载进度样式 #2 - [`2ec2b3c`](https://github.com/imsyy/SPlayer/commit/2ec2b3cca7d28ffc2b3f9603492219f7d0cee6c1) 🎈 perf: 修复单曲下载路径问题 - [`6dbbb3f`](https://github.com/imsyy/SPlayer/commit/6dbbb3f57ae9e97c137f57fc9d209c41875b731b) ✨ feat: 模拟播放接口下载 - [`5e777d6`](https://github.com/imsyy/SPlayer/commit/5e777d685d75b04b0fbbb372bd4907ef65a01e51) 🎈 perf: 优化下载逻辑 ### 📊 Changes **6 files changed** (+254 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `electron/main/ipc/ipc-file.ts` (+30 -7) 📝 `src/components/Modal/BatchList.vue` (+130 -17) 📝 `src/components/Modal/DownloadSong.vue` (+0 -1) 📝 `src/components/Setting/LocalSetting.vue` (+29 -0) 📝 `src/stores/setting.ts` (+9 -0) 📝 `src/utils/download.ts` (+56 -8) </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:12:11 +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#528
No description provided.