修复bug

This commit is contained in:
dekun
2026-05-28 21:47:42 +08:00
parent 1d5c97904f
commit 7880a92af3
4 changed files with 346 additions and 332 deletions
+13
View File
@@ -0,0 +1,13 @@
# Shell 脚本强制 LF,避免 Linux 部署报错
*.sh text eol=lf
# 配置文件
*.cjs text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.sql text eol=lf
*.py text eol=lf
*.vue text eol=lf
*.css text eol=lf
*.html text eol=lf