refactor: 代码清理 — 删除 AppError、重命名 replacePaths、修正 detectExportFormat、统一 PATH 长度、优化 BOM 检查、添加同步注释

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 22:14:13 +08:00
parent 613fb51fd7
commit 1ce3ebfd9e
10 changed files with 35 additions and 65 deletions
+3 -3
View File
@@ -12,8 +12,8 @@
"dir": ""
},
"path": {
"maxSystemLength": 2048,
"maxUserLength": 2048,
"maxCombinedLength": 8191
"maxSystemLength": 32767,
"maxUserLength": 32767,
"maxCombinedLength": 32767
}
}