各种调整

This commit is contained in:
fofolee
2024-12-27 23:35:09 +08:00
parent cdfb2b502f
commit e8d12b95d4
25 changed files with 2454 additions and 1274 deletions

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
# 自动识别文本文件并进行换行符标准化
* text=auto
# 指定特定文件类型的换行符处理
*.txt text
*.js text
*.css text
*.html text