1. 30 Jan, 2026 3 commits
  2. 28 Jan, 2026 2 commits
    • hookehuyr authored
    • - 新增全局规则:
        - taro-patterns.md(Taro 开发规范)
        - miniprogram-checklist.md(小程序检查清单)
        - taro-cross-platform.md(多端兼容指南)
      
      - 新增项目配置:
        - .eslintrc.js(ESLint 规则)
        - .prettierrc(Prettier 格式化)
        - .lintstagedrc.js(Git 暂存检查)
        - .editorconfig(编辑器统一配置)
        - scripts/setup-husky.sh(Husky 自动安装)
      
      - 新增文档:
        - docs/development-guide.md(完整开发指南)
        - docs/config-quick-reference.md(配置快速参考)
      
      - 更新 package.json:
        - 添加代码质量相关命令(lint、format等)
      
      - 使用 Prettier 格式化所有代码
      
      Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
      hookehuyr authored
  3. 24 Jan, 2026 4 commits
    • - 将身份证脱敏、状态映射等工具函数统一到 utils/tools.js
      - 在 qrCode 组件暴露轮询启停方法,由页面生命周期控制
      - 更新 README 中优化建议的完成状态
      hookehuyr authored
    • - 将项目介绍重构为更清晰的功能概览与技术栈说明
      - 详细阐述项目结构、关键实现(如认证、离线兜底)与可复用能力
      - 增加项目优缺点分析与明确的后续优化建议
      - 移除过时的优化建议条目,更新为当前状态
      hookehuyr authored
    • - 为 utils、api、stores、composables 等模块的函数和变量添加详细的 @description 注释
      - 统一接口返回类型为 Promise<{code,data,msg}> 格式说明
      - 为组件方法添加参数和返回值类型标注
      - 更新文件头部的 @Description 字段使其更具体
      - 增强代码自文档化能力,便于团队维护和IDE智能提示
      hookehuyr authored
    • - 将PosterBuilder组件的工具函数从TypeScript迁移至JavaScript以简化构建
      - 修复ESLint配置,添加root标志防止继承外部规则
      - 更新package.json添加lint脚本便于代码检查
      - 优化API响应处理函数,增强错误处理和类型安全
      - 调整环境配置,将生产环境指向开发服务器
      hookehuyr authored
  4. 23 Jan, 2026 1 commit
  5. 22 Jan, 2026 2 commits
  6. 21 Jan, 2026 2 commits
  7. 20 Jan, 2026 13 commits
  8. 18 Jan, 2026 2 commits
  9. 17 Jan, 2026 7 commits
  10. 16 Jan, 2026 4 commits