mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[PR #761] [MERGED] ✨ feat: 利用配置的解锁服务获取下载链接 #621
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/761
Author: @kazukokawagawa
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @imsyy
Base:
dev← Head:dev-download📝 Commits (8)
cd6d065✨ feat: 利用配置的解锁服务获取下载链接e489d9e🐞 fix: 修复AI代码审查问题7254ea4🐞 fix: 未知音质兜底6816171✨ feat: 支持同时下载YRC/TTML歌词d8b0d78✨ feat: 支持下载切换编码50b775c🐞 fix: fix 🐞23fa3f1🐞 fix: 确定类型,去掉 any6047c07✨ feat: 添加下载权限校验📊 Changes
10 files changed (+280 additions, -6 deletions)
View changed files
📝
components.d.ts(+2 -0)📝
electron/main/ipc/ipc-file.ts(+48 -2)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+3 -0)📝
src/components/Player/PlayerMeta/PlayerData.vue(+1 -1)📝
src/components/Setting/LocalSetting.vue(+78 -0)📝
src/core/player/LyricManager.ts(+7 -1)📝
src/core/player/SongManager.ts(+6 -0)📝
src/core/resource/DownloadManager.ts(+125 -2)📝
src/stores/setting.ts(+9 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.