first commit

This commit is contained in:
2026-01-26 09:33:40 +08:00
commit 2589ef668d
106 changed files with 17738 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 环境变量配置 (开发环境)
NODE_ENV = 'development'
# 应用配置
VITE_APP_TITLE = '美天科技 - 官网'
# VITE_APP_API_URL = 'http://localhost:8000' # 接口基础URL
VITE_APP_API_URL = 'http://backapi.yunzer.cn'