后端: - 全局将"赛事"统一为"活动"(Swagger注解、DTO、Entity、Controller、Service) - 评审模块DTO/Entity/Service字段调整与优化 - 新增V9迁移脚本,修改V2/V4/V6迁移脚本注释 - PublicRegisterActivityDto字段对齐 前端: - AI绘本创作路由重构为嵌套路由(11个子路由) - 新增依赖:@stomp/stompjs、ali-oss、crypto-js - 环境配置(.env)更新,vite配置调整 - API接口术语统一,PublicLayout与aicreate store优化 - 新增nginx部署文档 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
# 开发环境
|
|
VITE_API_BASE_URL=/api
|
|
# 乐读派 AI 创作后端地址(直连,不走 Vite 代理)
|
|
VITE_LEAI_API_URL=http://192.168.1.120:8080
|