0
0

修复大小写bug

This commit is contained in:
xubing
2026-01-30 11:06:42 +08:00
parent 9374414de4
commit ad34dca525
28 changed files with 87 additions and 74 deletions

View File

@@ -317,7 +317,7 @@ class GitService {
if (file === '.git')
continue;
// 2. 不要解析项目数据文件
if (file === '.dcsp-data.json')
if (file === 'dcsp-data.json')
continue;
// 3. 其它所有隐藏文件/目录统统忽略
if (file.startsWith('.'))