feat: 项目初始化及当前全部内容提交

This commit is contained in:
2025-07-15 17:37:50 +08:00
parent ec817067f1
commit e78f192d34
622 changed files with 75174 additions and 383 deletions
+12
View File
@@ -0,0 +1,12 @@
# 测试环境配置
VITE_APP_ENV=test
VITE_APP_TITLE=情绪博物馆(测试环境)
# 测试环境API配置
VITE_API_BASE_URL=https://test-api.emotion-museum.com/api
VITE_API_TARGET=https://test-api.emotion-museum.com
VITE_API_TIMEOUT=30000
# 测试环境特殊配置
VITE_DEBUG_MODE=true
VITE_MOCK_DATA=false