fix: 固定 Registry 受信文本换行 (#4)

This commit is contained in:
2026-08-30 15:40:58 -04:00
committed by GitHub
parent 61d03c150a
commit 67aeb72b20
2 changed files with 13 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
* text=auto eol=lf
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.zip binary

View File

@@ -323,6 +323,10 @@ DesireCore 客户端的同步流程:
门禁校验后再打包,**绝不执行本 checkout 携带的脚本**。两侧任一校验失败都不能生成新的 门禁校验后再打包,**绝不执行本 checkout 携带的脚本**。两侧任一校验失败都不能生成新的
`defaults/registry.zip` `defaults/registry.zip`
`.gitattributes` 将所有文本固定为 LF这是跨平台信任边界的一部分。主仓固定 authored Schema
与受审内容摘要Windows checkout 不得把已审核的 JSON/Markdown 改写为 CRLF否则运行时会
按哈希不匹配失败关闭整个官方 v4 目录。
## 贡献指南 ## 贡献指南
1. Fork 本仓库 1. Fork 本仓库