Commit Graph

10 Commits

Author SHA1 Message Date
peanut 755059807a feat: 优化管理后台页面UI、修复TS编译错误、新增人生事件模块
- 优化 AI 配置列表页面:重构统计卡片、搜索表单、表格列展示
- 修复 3 处 TypeScript TS6133 编译错误,恢复构建
- 新增管理员修改密码和重置密码功能
- 优化小程序多个页面样式和交互
- 人生事件模块完善

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 23:23:09 +08:00
peanut 60c63850ee feat: 修复 Redis 超时问题、固定小程序端口、新增人生事件模块及优化多个页面
- 修复 Redis 超时:添加 commons-pool2 依赖,启用 Lettuce 连接池,超时提升至 15s
- 固定 mini-program H5 端口为 5175,避免与 web 项目端口冲突
- 新增人生事件(life-event)模块:表单和详情页面
- 新增 EpicScript 灵感接口(Controller/Service/DTO)
- 优化登录、引导、主页、记录、剧本详情等多个页面
- 优化服务管理脚本和 Nginx 配置

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 11:38:35 +08:00
peanut 0b795cc340 feat(mini-program): 优化登录页视觉设计,提升用户体验 2026-05-01 22:58:58 +08:00
peanut 2ed66d8500 fix(mini-program): 修复 WebSocket URL 配置,通过 Nginx 代理访问
将开发环境 WebSocket URL 从直接连接后端端口 19089 改为通过
Nginx 代理的 wss://lifescript.happylifeos.com/ws 路径。

原因:后端 19089 端口是 HTTP,不支持 WSS 连接。小程序通过
Nginx 的 /ws 代理路径访问,由 Nginx 处理 SSL 终止和 WebSocket
升级,再转发到后端 19089 端口。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-29 19:55:20 +08:00
peanut 59503d05a5 fix(mini-program): 开发环境配置改回 IP 地址访问 2026-04-08 22:14:48 +08:00
peanut a2257611e1 fix(mini-program): 开发环境配置改为域名访问 (HTTPS/WSS) 2026-04-08 21:25:28 +08:00
peanut a78257427a chore: 保存小程序配置修改(合并分支前) 2026-03-21 22:53:52 +08:00
peanut 5efe573b31 fix: 开发环境配置改为域名访问 (HTTPS/WSS) 2026-03-18 20:36:01 +08:00
peanut 6658ee3ed8 优化和功能完善 2026-03-07 19:32:58 +08:00
peanut 97e1ea2706 小程序初始化 2026-02-27 11:32:50 +08:00