[PR #852] [MERGED] feat(歌词): 增加自适应歌词字体大小模式 添加歌词字体大小自适应模式,可根据窗口高度自动缩放歌词大小,避免全屏时过小或窗口时过大。新增设置选项允许用户在固定大小… #683

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

📋 Pull Request Information

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

Base: devHead: dev-style


📝 Commits (3)

  • cc3223c feat(歌词): 增加自适应歌词字体大小模式
  • 4573cd9 修QRC歌词
  • f976466 refactor(歌词样式): 将字体大小计算逻辑提取为工具函数

📊 Changes

7 files changed (+80 additions, -14 deletions)

View changed files

📝 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/852 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-style` --- ### 📝 Commits (3) - [`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(歌词样式): 将字体大小计算逻辑提取为工具函数 ### 📊 Changes **7 files changed** (+80 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `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:44 +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#683
No description provided.