mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-24 22:45:53 +03:00
[PR #779] [MERGED] ✨ feat: 音质鉴权 #635
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/779
Author: @kazukokawagawa
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @imsyy
Base:
dev← Head:dev-cy📝 Commits (10+)
9b195e6✨ feat: 音质鉴权efbbad1✨ feat: 账户切换9af9016✨ feat: 设置鉴权33892ef🐞 fix: 修复代码审查7097468✨ feat: 简单实现 #33253af183✨ feat: 完成 #33217e1cdc✨ feat: 脏标Eb325f6d🐞 fix: 修复代码审查77cddd1✨ feat: 不刷新切换账号 & 完善单曲页面8b2cb23✨ feat: 完善部分样式📊 Changes
29 files changed (+1528 additions, -25 deletions)
View changed files
📝
components.d.ts(+1 -0)📝
electron/main/windows/main-window.ts(+14 -0)📝
src/api/song.ts(+45 -0)📝
src/api/user.ts(+9 -0)📝
src/components/Card/SongCard.vue(+12 -0)📝
src/components/Layout/User.vue(+133 -6)📝
src/components/Modal/DownloadModal.vue(+5 -2)📝
src/components/Modal/Login/Login.vue(+19 -3)📝
src/components/Player/MainPlayer.vue(+9 -0)📝
src/components/Player/PlayerRightMenu.vue(+9 -0)📝
src/components/Setting/config/general.ts(+10 -0)📝
src/components/Setting/config/local.ts(+4 -0)📝
src/components/Setting/config/play.ts(+6 -2)📝
src/composables/useQualityControl.ts(+24 -5)📝
src/composables/useSongMenu.ts(+9 -0)📝
src/core/player/SongManager.ts(+15 -0)📝
src/router/routes.ts(+10 -0)📝
src/stores/data.ts(+6 -1)📝
src/stores/setting.ts(+3 -0)📝
src/types/main.ts(+13 -0)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.