chore: sync

This commit is contained in:
2026-03-18 22:03:40 +08:00
parent 6c60d9c8a0
commit 84984f444d
438 changed files with 60219 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
# 开发环境配置 - 用于本地开发 (npm run dev)
VITE_API_BASE=http://192.168.1.233:2424
# 开发环境配置 - 用于本地开发 (npm run dev)
VITE_API_BASE=http://192.168.1.233:2424

View File

@@ -1,8 +1,8 @@
# 生产环境配置 - 用于部署到服务器 (npm run build 或 npm run build:server)
#
# 配置说明:
# 1. 前后端分离部署(不同域名/端口填写后端完整URL如 http://your-backend.com:2424
# 2. 前后端同域名部署Nginx代理留空或填 "" 使用相对路径
#
# 当前配置:分离部署模式(修改为你的后端地址)
# 生产环境配置 - 用于部署到服务器 (npm run build 或 npm run build:server)
#
# 配置说明:
# 1. 前后端分离部署(不同域名/端口填写后端完整URL如 http://your-backend.com:2424
# 2. 前后端同域名部署Nginx代理留空或填 "" 使用相对路径
#
# 当前配置:分离部署模式(修改为你的后端地址)
VITE_API_BASE=https://note.api.shumengya.top