[PR #859] [MERGED] 1 #691

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/859
Author: @kazukokawagawa
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @kazukokawagawa

Base: dev-ipc-01Head: dev


📝 Commits (6)

  • cc3223c feat(歌词): 增加自适应歌词字体大小模式
  • 4573cd9 修QRC歌词
  • f976466 refactor(歌词样式): 将字体大小计算逻辑提取为工具函数
  • 740f73c Merge pull request #852 from imsyy/dev-style
  • 3829b07 🦄 refactor: 优化在任务栏歌词窗口中的开发者工具打开
  • 67c2221 Merge pull request #856 from apoint123/refactor/optimize-devtools-in-taskbar-window

📊 Changes

8 files changed (+94 additions, -15 deletions)

View changed files

📝 electron/main/windows/taskbar-lyric-window.ts (+14 -1)
📝 src/components/Player/PlayerLyric/AMLyric.vue (+2 -1)
📝 src/components/Player/PlayerLyric/DefaultLyric.vue (+4 -3)
📝 src/components/Setting/components/LyricPreview.vue (+7 -6)
📝 src/components/Setting/config/lyric.ts (+25 -3)
📝 src/stores/setting.ts (+3 -0)
📝 src/utils/lyric/qrc-parser.ts (+26 -1)
src/utils/style.ts (+13 -0)

📄 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/859 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Base:** `dev-ipc-01` ← **Head:** `dev` --- ### 📝 Commits (6) - [`cc3223c`](https://github.com/imsyy/SPlayer/commit/cc3223c0c1698c38c2482c4134c0bd0380a098c7) feat(歌词): 增加自适应歌词字体大小模式 - [`4573cd9`](https://github.com/imsyy/SPlayer/commit/4573cd963d843d089f70f64dab3c6c8a5c35bdf2) 修QRC歌词 - [`f976466`](https://github.com/imsyy/SPlayer/commit/f976466d5c081d0527af8b5086e6629e38a88d6f) refactor(歌词样式): 将字体大小计算逻辑提取为工具函数 - [`740f73c`](https://github.com/imsyy/SPlayer/commit/740f73c31a440106c2fc53a234fd41eb2638d8d2) Merge pull request #852 from imsyy/dev-style - [`3829b07`](https://github.com/imsyy/SPlayer/commit/3829b07dcbb2aafbc7bccbdac43e3ede066fa6b7) 🦄 refactor: 优化在任务栏歌词窗口中的开发者工具打开 - [`67c2221`](https://github.com/imsyy/SPlayer/commit/67c22216bea0e2741d6fe42ffc67739c99e8c509) Merge pull request #856 from apoint123/refactor/optimize-devtools-in-taskbar-window ### 📊 Changes **8 files changed** (+94 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `electron/main/windows/taskbar-lyric-window.ts` (+14 -1) 📝 `src/components/Player/PlayerLyric/AMLyric.vue` (+2 -1) 📝 `src/components/Player/PlayerLyric/DefaultLyric.vue` (+4 -3) 📝 `src/components/Setting/components/LyricPreview.vue` (+7 -6) 📝 `src/components/Setting/config/lyric.ts` (+25 -3) 📝 `src/stores/setting.ts` (+3 -0) 📝 `src/utils/lyric/qrc-parser.ts` (+26 -1) ➕ `src/utils/style.ts` (+13 -0) </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:45 +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#691
No description provided.