[PR #592] [MERGED] feat(file): 大小写不敏感的 FastGlob #520

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

📋 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: devHead: glob-nocase


📝 Commits (2)

  • 880fc88 feat(file): 大小写不敏感的 FastGlob
  • c6f0d0b 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.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/592 **Author:** [@MoYingJi](https://github.com/MoYingJi) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `glob-nocase` --- ### 📝 Commits (2) - [`880fc88`](https://github.com/imsyy/SPlayer/commit/880fc888e60aced51ea0991b6281a3f152203b02) feat(file): 大小写不敏感的 FastGlob - [`c6f0d0b`](https://github.com/imsyy/SPlayer/commit/c6f0d0b75a4f75a5fdca44987a3539d27880c1fe) ✨ feat: 歌词文件不区分大小写 ### 📊 Changes **1 file changed** (+23 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `electron/main/ipc/ipc-file.ts` (+23 -11) </details> ### 📄 Description 将 FastGlob 的 options 参数提取到了 globOpt 函数,在那里统一设置 在 globOpt 里设置了 `caseSensitiveMatch: false` --- <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:10 +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#520
No description provided.