修复 deploy.sh Windows 换行导致 Linux 无法执行

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-15 11:20:35 +08:00
parent 7561bf88c5
commit 49b11eeb00
2 changed files with 87 additions and 84 deletions
+3
View File
@@ -0,0 +1,3 @@
# Shell 脚本在 Linux 上必须使用 LF 换行
*.sh text eol=lf
deploy.sh text eol=lf