first commit

This commit is contained in:
2026-01-07 18:02:53 +08:00
commit d48711892d
49 changed files with 11245 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# 环境变量配置 (生产环境)
NODE_ENV = 'production'
# 应用配置
VITE_APP_TITLE = '美天科技 - 官网'
VITE_APP_API_URL = 'https://api.your-production-domain.com' # 生产环境接口基础URL