mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 15:05:58 +03:00
[PR #507] [MERGED] feat: 优化启用 TTML 选项的逻辑 #490
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/507
Author: @MoYingJi
Created: 10/22/2025
Status: ✅ Merged
Merged: 10/23/2025
Merged by: @imsyy
Base:
dev← Head:feat📝 Commits (1)
d257a44feat: 优化启用 TTML 选项的逻辑📊 Changes
3 files changed (+6 additions, -6 deletions)
View changed files
📝
src/components/Setting/LyricsSetting.vue(+2 -2)📝
src/stores/setting.ts(+1 -1)📝
src/utils/player-utils/lyric.ts(+3 -3)📄 Description
原先的逻辑不太统一,一边受选项控制,一边不受选项控制
现在将所有的本地 TTML 加载都改为不受选项控制,只要本地文件存在则始终启用,且将设置项「启用 TTML 歌词」更名为「启用在线 TTML 歌词」
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.