mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 15:05:58 +03:00
[PR #554] [MERGED] feat(LocalLyric): 使本地覆盖在线歌词的文件更好管理 #502
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/554
Author: @MoYingJi
Created: 11/11/2025
Status: ✅ Merged
Merged: 11/12/2025
Merged by: @imsyy
Base:
dev← Head:feat-ll📝 Commits (2)
ef0433cfeat(LocalLyric): 使本地覆盖在线歌词的文件更好管理fcf1c23fix: 现在更改本地歌词目录时也会检测是否为子目录📊 Changes
3 files changed (+15 additions, -9 deletions)
View changed files
📝
electron/main/ipc/ipc-file.ts(+8 -4)📝
src/components/Setting/LocalSetting.vue(+6 -4)📝
src/utils/helper.ts(+1 -1)📄 Description
使「本地歌词覆盖在线歌词」功能中的用户存放的文件更好管理
特性
任意前缀.歌曲ID.后缀名的格式代码改动
ipc-file.ts中的read-local-lyric里写死的路径改成了 FastGlob 查找,因此支持了上述的两项功能LocalSettings.vue中的信息helper.ts中的changeLocalLyricPath方法,使其也会检测子目录🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.