chore: 🔨 bump version to 3.0.0

This commit is contained in:
Ray.Hao
2025-06-06 00:28:10 +08:00
parent 1fea400430
commit 3042e19195
5 changed files with 39 additions and 39 deletions

View File

@@ -5,11 +5,11 @@ VITE_APP_PORT=3000
VITE_APP_BASE_API=/dev-api
# 接口地址
# VITE_APP_API_URL=https://api.youlai.tech # 线上
VITE_APP_API_URL=http://localhost:8989 # 本地
VITE_APP_API_URL=https://api.youlai.tech # 线上
# VITE_APP_API_URL=http://localhost:8989 # 本地
# WebSocket 端点(不配置则关闭),线上 ws://api.youlai.tech/ws ,本地 ws://localhost:8989/ws
VITE_APP_WS_ENDPOINT=ws://localhost:8989/ws
VITE_APP_WS_ENDPOINT=
# 启用 Mock 服务
VITE_MOCK_DEV_SERVER=false