feat(file): 大小写不敏感的 FastGlob by MoYingJi · Pull Request #592 · imsyy/SPlayer

and others added 2 commits

November 24, 2025 13:34
将 FastGlob 的 options 参数提取到了 globOpt 函数,在那里统一设置

在 globOpt 里设置了 `caseSensitiveMatch: false`

MoYingJi