mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[PR #726] [MERGED] feat(lyric): 丰富 AMLL 设置项,删除 QM 意外的逐字音译 #606
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/726
Author: @MoYingJi
Created: 1/9/2026
Status: ✅ Merged
Merged: 1/10/2026
Merged by: @imsyy
Base:
dev← Head:pr/s📝 Commits (3)
3c5b990feat(am-lyric): 支持不显示翻译、音译、逐字音译0fe25e5fix(qm-lyric): 逐字音译对不上 所以删掉了5645f7bfeat(am-bg): 支持设置背景动画渲染比例📊 Changes
6 files changed (+84 additions, -22 deletions)
View changed files
📝
src/components/Player/MainAMLyric.vue(+16 -1)📝
src/components/Player/PlayerBackground.vue(+3 -4)📝
src/components/Setting/LyricsSetting.vue(+10 -2)📝
src/components/Setting/PlaySetting.vue(+17 -0)📝
src/core/player/LyricManager.ts(+32 -15)📝
src/stores/setting.ts(+6 -0)📄 Description
cloneDeep后的歌词的翻译和音译来实现了 AMLL 的:不显示翻译、不显示音译、不显示逐字音译index放入错误的逐字音译(QM 歌词的逐字音译无论从index还是startTime/endTime都是对不上的,只能合并为逐行)renderScalelowFreqVolume的逻辑,之前的逻辑会导致暂停后lowFreqVolume突变为1,现在暂停则会保持🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.