fix version 1

This commit is contained in:
2026-09-22 21:15:34 +08:00
parent 9f86366638
commit d63d7e8b3a
277 changed files with 9959 additions and 1514 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
# 统一文本文件行尾为 LF避免 CRLF 导致 gofmt 门禁误报以及跨平台差异。
*.go text eol=lf
*.sh text eol=lf
*.ps1 text eol=lf