1. 14 Feb, 2026 9 commits
    • ### 消息列表页
      - 优化消息项卡片布局,提升信息可读性
      - 添加未读红点显示
      - 改进标题和状态标签的视觉层级
      
      ### 消息详情页
      - 添加富文本内容格式化功能
      - 处理图片宽度自适应
      - 处理文本换行显示
      
      详细变更:
      - src/pages/message/index.vue: 优化卡片布局和状态显示
      - src/pages/message-detail/index.vue: 新增格式化功能
      hookehuyr authored
    • - 归档 102 条历史记录到 docs/changelog-archive/
      - 主文件只保留最近 20 条记录
      - 添加自动化归档脚本 scripts/archive-changelog.sh
      
      详细变更:
      - docs/CHANGELOG.md: 从 122 条精简到 20 条
      - docs/changelog-archive/CHANGELOG-archive-2024-2026.md: 历史记录归档
      - scripts/archive-changelog.sh: 自动化归档脚本
      hookehuyr authored
    • - 只使用 title 字段显示标题,移除 note 降级处理
      - 标题完整显示,不再省略(移除 line-clamp-1)
      - 预览简化为固定文本:"点击查看详情"或"暂无内容"
      - 删除 getItemTitle 和 getItemPreview 辅助函数(-50 行)
      
      Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
      hookehuyr authored
    • - 人寿/重疾模板改为 Schema 驱动渲染与校验
      - 人寿/重疾产品配置增加 form_schema 入口
      - 提取方式字段统一命名为 withdrawal_method
      - 使用文档补充人寿/重疾示例
      - README 同步最新更新
      
      影响文件: plan-templates.js, LifeInsuranceTemplate.vue, CriticalIllnessTemplate.vue, plan-form-schema-usage.md, README.md, CHANGELOG.md
      hookehuyr authored
    • - 记录计划书表单重构相关更改
      - 更新影响文件列表
      
      Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
      hookehuyr authored
    • - 重构 PlanFormContainer.vue 的 submit 函数,使用模板配置的 submit_mapping
      - 新增完整的储蓄计划书模板 SavingsTemplate.vue
      - 在 plan-templates.js 中添加详细的字段映射配置
      - 更新 README.md 和 CHANGELOG.md
      - 新增 plan-form-schema-usage.md 使用说明文档
      
      影响文件:
      - src/components/plan/PlanFormContainer.vue
      - src/components/plan/PlanTemplates/SavingsTemplate.vue
      - src/config/plan-templates.js
      - docs/plan/plan-form-schema-usage.md
      
      Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
      hookehuyr authored
    • - 更新认证调试指南,添加会话管理说明
      - 完善计划书相关文档
      - 更新项目 README 和快速开始文档
      - 优化项目文档结构
      hookehuyr authored
    • - 在提交数据映射中添加 withdrawal_method 字段
      - 确保提取方式正确提交到后端
      
      影响文件:
      - src/components/plan/PlanFormContainer.vue
      hookehuyr authored
    • - 将 specified_amount_type 重命名为 withdrawal_method
      - 同步更新组件、文档和字段示例
      - 保持"功能优先"的语义一致性
      
      影响文件:
      - src/components/plan/PlanTemplates/SavingsTemplate.vue
      - docs/PLAN/plan-entry-architecture.md
      - docs/lessons-learned/plan-entry-module-summary.md
      - docs/CHANGELOG.md
      - README.md
      
      Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
      hookehuyr authored
  2. 13 Feb, 2026 31 commits