修改天气组件,ci工作流
This commit is contained in:
lincube
2026-03-04 02:02:34 +08:00
parent 094745122e
commit e8276c4d1e
58 changed files with 7941 additions and 1499 deletions

31
.gitattributes vendored Normal file
View File

@@ -0,0 +1,31 @@
# 自动处理行尾,确保脚本跨平台兼容
*.sh text eol=lf
*.ps1 text eol=crlf
*.bat text eol=crlf
# 文档
*.md text eol=lf
*.txt text eol=lf
README* text eol=lf
# 二进制文件
*.exe binary
*.dll binary
*.so binary
*.dylib binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.tar.gz binary
# 代码文件
*.cs text eol=lf
*.csproj text eol=lf
*.xaml text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf