mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[PR #592] [MERGED] feat(file): 大小写不敏感的 FastGlob #520
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/592
Author: @MoYingJi
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @imsyy
Base:
dev← Head:glob-nocase📝 Commits (2)
880fc88feat(file): 大小写不敏感的 FastGlobc6f0d0b✨ feat: 歌词文件不区分大小写📊 Changes
1 file changed (+23 additions, -11 deletions)
View changed files
📝
electron/main/ipc/ipc-file.ts(+23 -11)📄 Description
将 FastGlob 的 options 参数提取到了 globOpt 函数,在那里统一设置
在 globOpt 里设置了
caseSensitiveMatch: false🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.