feat: 环境变量方案管理API和H5地址
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-29 08:40:09 +00:00
parent 58fc2a9d90
commit 750875be74
7 changed files with 45 additions and 13 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# 本地环境变量覆盖(不提交)
.env.local
.env.*.local
# 构建输出
dist/
unpackage/
# IDE
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?