This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 开发环境配置
NODE_ENV=development # 环境标识
VITE_BASE_URL=http://localhost:3000 # API基础URL(根据你的后端服务地址调整)
VITE_API_TIMEOUT=50000 # API请求超时时间(毫秒)
VITE_APP_NAME="音视频门户" # 应用名称