[PR #659] [MERGED] feat: 增加播放时音质切换 #564

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

📋 Pull Request Information

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

Base: devHead: dev-perf


📝 Commits (10+)

  • fcd91a8 feat: 增加播放时音质切换
  • f382b1b 🎈 perf: 更好的时延调节
  • f7fa360 🐞 fix: 听哈基米的 哈基米摸南北绿多
  • 9c9413d 🎈 perf: 最大化最小化按钮修改
  • bdc4b93 🎈 perf: 更好的延迟调节
  • 5ab44c2 🐞 fix: 哈基米南北绿多
  • 7eb98c3 perf: 优化歌词偏移 popover
  • 3c48937 perf: 优化播放时音质切换列表样式
  • 613ccf4 feat: 添加 NPopselect 组件并优化音质切换功能
  • 0406ded 🌈 style: 调整为更好的样式

📊 Changes

12 files changed (+478 additions, -47 deletions)

View changed files

📝 components.d.ts (+1 -0)
📝 electron/main/services/MusicCacheService.ts (+8 -1)
📝 src/components/Layout/Nav.vue (+45 -27)
📝 src/components/Player/LyricMenu.vue (+79 -10)
📝 src/components/Player/MainAMLyric.vue (+1 -0)
📝 src/components/Player/PlayerData.vue (+205 -3)
📝 src/components/Setting/LyricsSetting.vue (+30 -0)
📝 src/core/player/PlayerController.ts (+42 -0)
📝 src/stores/setting.ts (+4 -1)
📝 src/style/main.scss (+48 -1)
📝 src/types/main.ts (+7 -1)
📝 src/utils/helper.ts (+8 -3)

📄 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/659 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 12/25/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-perf` --- ### 📝 Commits (10+) - [`fcd91a8`](https://github.com/imsyy/SPlayer/commit/fcd91a85d204ebe508a1c839d53da72aa12c52cc) ✨ feat: 增加播放时音质切换 - [`f382b1b`](https://github.com/imsyy/SPlayer/commit/f382b1b7d5901bb5666adc221edf97a12a4315ce) 🎈 perf: 更好的时延调节 - [`f7fa360`](https://github.com/imsyy/SPlayer/commit/f7fa3607982a31fa395798204c0ef06b32134d64) 🐞 fix: 听哈基米的 哈基米摸南北绿多 - [`9c9413d`](https://github.com/imsyy/SPlayer/commit/9c9413d67144a1b13f90cf1a5a98e4d106ba68f0) 🎈 perf: 最大化最小化按钮修改 - [`bdc4b93`](https://github.com/imsyy/SPlayer/commit/bdc4b93fa221e315be1d7bd00b1e7fc99e58b3b5) 🎈 perf: 更好的延迟调节 - [`5ab44c2`](https://github.com/imsyy/SPlayer/commit/5ab44c299dc20869061299199adc580011357d03) 🐞 fix: 哈基米南北绿多 - [`7eb98c3`](https://github.com/imsyy/SPlayer/commit/7eb98c3d8239f541115ff8a9e3782a7e6f836bcc) perf: 优化歌词偏移 popover - [`3c48937`](https://github.com/imsyy/SPlayer/commit/3c48937fa38834e48a3c9e814441721525cd5a15) perf: 优化播放时音质切换列表样式 - [`613ccf4`](https://github.com/imsyy/SPlayer/commit/613ccf4955cb6e3f0a954fe10714dc05bf074cdb) ✨ feat: 添加 NPopselect 组件并优化音质切换功能 - [`0406ded`](https://github.com/imsyy/SPlayer/commit/0406deddf89b8010bf054bf291b11662ca6f9122) 🌈 style: 调整为更好的样式 ### 📊 Changes **12 files changed** (+478 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `components.d.ts` (+1 -0) 📝 `electron/main/services/MusicCacheService.ts` (+8 -1) 📝 `src/components/Layout/Nav.vue` (+45 -27) 📝 `src/components/Player/LyricMenu.vue` (+79 -10) 📝 `src/components/Player/MainAMLyric.vue` (+1 -0) 📝 `src/components/Player/PlayerData.vue` (+205 -3) 📝 `src/components/Setting/LyricsSetting.vue` (+30 -0) 📝 `src/core/player/PlayerController.ts` (+42 -0) 📝 `src/stores/setting.ts` (+4 -1) 📝 `src/style/main.scss` (+48 -1) 📝 `src/types/main.ts` (+7 -1) 📝 `src/utils/helper.ts` (+8 -3) </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:19 +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#564
No description provided.