mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[PR #816] [MERGED] 🦄 refactor: 使用Rust重写下载逻辑 #659
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/816
Author: @kazukokawagawa
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @imsyy
Base:
dev← Head:dev-feat📝 Commits (10+)
23dee37✨ feat: 无封面模式改进a2238ef🦄 refactor: 使用Rust重写下载逻辑8cedd6b🐞 fix: 修复代码审查c268697✨ feat: 支持多线程下载9fbd584🐞 fix: 修复嵌入的问题20dec98✨ feat: 允许调节底栏歌词动画1fa2c40🐞 fix: 去除冗余内容e445a7c🐞 fix: 修复代码审查a795227🐞 fix: 修复单线程下载残留文件b8cad71🐞 fix: 任务栏歌词设置展开📊 Changes
31 files changed (+1892 additions, -445 deletions)
View changed files
➕
AGENTS.md(+9 -0)📝
Cargo.lock(+855 -6)📝
electron/main/ipc/ipc-file.ts(+120 -178)📝
electron/main/services/MusicCacheService.ts(+30 -6)📝
native/tools/Cargo.toml(+11 -3)📝
native/tools/index.d.ts(+15 -0)➕
native/tools/src/download.rs(+443 -0)📝
native/tools/src/lib.rs(+3 -0)📝
package.json(+0 -2)📝
pnpm-lock.yaml(+0 -41)➕
public/images/avatar/apoint123.webp(+0 -0)➕
public/images/avatar/chiyu.webp(+0 -0)➕
public/images/avatar/imsyy.webp(+0 -0)➕
public/images/avatar/moyingji.webp(+0 -0)📝
src/components/List/SongList.vue(+5 -1)📝
src/components/Menu/SongListMenu.vue(+26 -17)📝
src/components/Modal/Setting/CoverManager.vue(+1 -0)📝
src/components/Player/MainPlayer.vue(+4 -1)📝
src/components/Setting/AboutSetting.vue(+87 -19)📝
src/components/Setting/MainSetting.vue(+1 -1)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.