Initial commit

This commit is contained in:
XOF
2025-11-20 12:12:26 +08:00
commit 179a58b55a
169 changed files with 64463 additions and 0 deletions

26
.gitattributes vendored Normal file
View File

@@ -0,0 +1,26 @@
# [文本统一规范]
* text=auto
*.go text
*.js text
*.css text
*.html text
*.json text
*.md text
*.xml text
*.yml text
*.yaml text
Dockerfile text
Makefile text
go.mod text
go.sum text
*.sh text eol=lf
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.wasm binary