dark
|
90bc132ca5
|
chore: 更新 app 子模块指针并新增 .cursorrules 规范
将 app 子模块指向最新本地提交,新增 go-zero 开发规则配置用于统一协作约束。
Made-with: Cursor
|
2 weeks ago |
dark
|
46854ea550
|
feat(mall): 补齐购物车与我的页面并完善自动化测试
补全购物车批量操作、会员页订单角标与失败重试,并修复积分/订单分页追加逻辑。
同步更新启动脚本选项、设计文档与 E2E 用例,mall.test.js 验证 62 项全部通过。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
1 month ago |
dark
|
4f61f0de68
|
docs: 更新 agents 与 mall 设计文档
Co-authored-by: Cursor <cursoragent@cursor.com>
|
1 month ago |
dark
|
0ec6f8aee7
|
refactor(web): 移除商城路由改为外链,api 抽取至 src/api
Co-authored-by: Cursor <cursoragent@cursor.com>
|
1 month ago |
dark
|
4c784134be
|
chore: 前端统一启动脚本 dev.js,支持 web/mall 分启与端口清理
Co-authored-by: Cursor <cursoragent@cursor.com>
|
1 month ago |
dark
|
a6e646a9e3
|
feat(mall): 商城前端独立项目 Vue3+TS+Element Plus,公开浏览+按需登录
Co-authored-by: Cursor <cursoragent@cursor.com>
|
1 month ago |
dark
|
493ace4b3e
|
refactor(backend): 后端由 server 迁移至 backend (go-zero)
Co-authored-by: Cursor <cursoragent@cursor.com>
|
1 month ago |
dark
|
9cb2125ef0
|
chore: 忽略 .agents、.cursor、test-results、tests/tests
Co-authored-by: Cursor <cursoragent@cursor.com>
|
1 month ago |
dark
|
c7fd5b2684
|
fix(test): 修复体质分析测试脚本
- 改进按钮点击逻辑,先滚动到视口内再点击
- 放宽进入测试页面的验证条件
- 改用 evaluate 方式验证结果页面内容
- 修复提交按钮点击和结果验证
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
0f4a8bff09
|
chore: 更新 .gitignore 忽略数据库和密钥文件
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
5dbcabd69c
|
chore: 添加 Playwright 测试依赖配置
- 添加 package.json 配置 Playwright 依赖
- 更新 web/.gitignore
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
8711cd2f04
|
chore: 更新 app 子模块
包含以下功能更新:
- Web 端 AlertProvider 弹窗兼容
- 统一 API 响应类型
- 对话功能完善与 UI 调整
- 用户中心编辑功能
- 健康档案编辑功能
- 体质分析结果显示修复
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
9d5ae553a6
|
docs: 添加需求记录与更新开发规范
- 创建 docs/REQUIREMENTS.md 记录所有用户需求
- 更新 AGENTS.md 添加测试规范与文档引用
- 记录 25 条需求的解决方案与问题根因
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
58e71ebcef
|
test: 添加 Playwright 自动化测试脚本
- constitution.test.js: 体质分析功能测试
- profile.test.js: "我的"页面功能测试
- health-profile-complete.test.js: 健康档案完整测试
- 包含测试使用文档 README.md
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
0f93039dc3
|
fix(server): 修复健康模型 ID 字段 JSON 序列化
- 显式定义 ID 字段并添加 json:"id" 标签
- 解决 GORM 嵌入 Model 导致 ID 序列化为大写问题
- 修复前端删除病史记录时 ID 为 undefined 的问题
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
12db1bb9fb
|
chore: 更新前端子模块与服务端代码
- 更新 app 子模块至最新提交(API 集成与状态管理优化)
- 同步 server 代码格式
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
2839a780d1
|
feat: 完善前后端 API 集成与错误处理
主要更新:
- 修复 Token 存储和认证流程(localStorage/AsyncStorage)
- 修复后端响应数据结构适配(token、user字段)
- 优化对话列表和聊天页面的状态管理
- 支持流式和非流式消息响应
- 添加空值检查防止 undefined 错误
- 新增 API 接口清单文档
- 提取 AI Agent 系统提示词文档
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2 months ago |
dark
|
dc9da9078a
|
first commit
|
2 months ago |