小程序微信后台和代理后台使用同一个域名

This commit is contained in:
2026-04-14 00:12:00 +08:00
parent a7c2448207
commit fbd10ad1f9
112 changed files with 510 additions and 405 deletions

17
codes/agent/game-docker/.gitattributes vendored Normal file
View File

@@ -0,0 +1,17 @@
# Docker 项目中所有脚本和配置文件必须使用 LF 行尾符,否则容器中无法正常工作
*.sh text eol=lf
*.php text eol=lf
*.conf text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.env text eol=lf
*.sql text eol=lf
*.ini text eol=lf
*.json text eol=lf
*.js text eol=lf
*.html text eol=lf
*.css text eol=lf
*.xml text eol=lf
*.htaccess text eol=lf
Dockerfile text eol=lf
docker-compose*.yml text eol=lf