- 09 Feb, 2026 11 commits
-
-
- 在 app.config.js 中注册 PosterCheckinDetail 页面 - 修改 ActivitiesCover 分享海报逻辑跳转到新页面 - 修改 ActivitiesDetail 分享海报逻辑跳转到新页面 - 还原 PosterCheckin 到旧接口(map.js) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 基于 PosterCheckin 创建新页面 - 完全使用 map_activity.js 新接口(getPosterDetailAPI) - 支持从活动页面分享海报跳转 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 在 app.config.js 中注册新页面 - 页面路径:pages/ActivitiesDetail/index Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 基于 ActivitiesCover 创建新页面 - 完全使用 map_activity.js 新接口(detailAPI) - 支持从地图活动列表跳转 - 动态渲染积分规则 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 将 posterAPI 重命名为 getPosterDetailAPI,命名更清晰 - 修复 PosterCheckin 页面的 API 导入路径(@/api/map → @/api/map_activity) - 更新 CHANGELOG 记录海报接口联调功能 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 集成 detailAPI 获取活动详情数据 - 添加数据转换函数 transformApiDataToActivityData - 移除单独的 fetchActivityStatus,统一通过 fetchActivityDetail 获取 - 积分规则改为动态渲染(v-for) - 支持开发环境使用 mock 数据测试 - 创建测试指南文档 影响文件: - src/pages/ActivitiesCover/index.vue - docs/ActivitiesCover-测试指南.md - .gitignore (添加 .tmp/ 目录) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
主要修改: - 修复 mockData.js 的语法错误(移除孤立的 return 语句) - 修复 generateApiFromOpenAPI.js 的 brace-style 代码风格问题 - 实现 CheckinMap 页面与 map_activity API 的集成 - 添加完整的 API 规范文档 - 更新 API 代码生成脚本 技术细节: - 清理 mockData.js 中遗留的孤立代码片段 - 移除未使用的函数参数以消除警告 - 修复 ESLint brace-style 规则错误(9处) - 完善 map_activity API 接口定义 - 添加 API Mock 数据支持开发环境测试 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 使用 git rm --cached 移除文件跟踪 - 本地文件保留,但不再提交到版本控制 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 更新 .gitignore 以忽略子目录中的 CLAUDE.md - 避免提交 MCP memory 自动生成的文件 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 更新底部导航标签文案 - 更新页面标题栏文本 - 更新文件描述注释 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored
-
- 05 Feb, 2026 4 commits
-
-
hookehuyr authored
-
- 创建打卡地图列表页面,展示6个打卡活动 - 修改底部导航栏,将"乐在重阳"改为"打卡地图" - 实现海报式卡片布局(一行两个) - 卡片包含封面图、标题、活动日期、进入按钮 - 点击按钮跳转到活动封面页,并传递活动参数 - 在 app.config.js 中注册新页面 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hookehuyr authored -
- 创建完整的文档体系(8 个核心文档) - CHANGELOG.md - 项目变更日志 - PROJECT-STATUS.md - 项目状态报告 - DEVELOPMENT-GUIDE.md - 开发指南 - CODING-STANDARDS.md - 代码规范 - GIT-WORKFLOW.md - Git 工作流规范 - api-integration-log.md - API 集成日志 - lessons-learned.md - 经验教训总结 - INITIALIZATION-SUMMARY.md - 初始化总结 - 配置测试框架 - Vitest + @vue/test-utils + jsdom - 测试环境设置(Mock Taro API、wx API) - 添加测试示例文件 - 配置代码质量工具 - ESLint 完善配置 - Prettier 格式化配置 - Husky Git Hooks - lint-staged 暂存文件检查 - 优化项目配置 - 更新 package.json(测试脚本、lint-staged) - 优化 .gitignore - 创建主文档 CLAUDE.md 详细信息和后续步骤请查看 docs/INITIALIZATION-SUMMARY.md
hookehuyr authored
-
- 03 Feb, 2026 1 commit
- 29 Oct, 2025 9 commits
-
-
hookehuyr authored
-
- 禁用enhanced和bounces属性以改善滚动体验 - 添加外部滚动监听判断防止重复触发 - 增加滚动到底部的延迟触发防止快速翻页 - 将文本显示行数从2行改为3行
hookehuyr authored -
- 将随机偏移改为按行数规律排列(奇数行靠左,偶数行靠右) - 增加extraPlaceholder属性控制占位数量 - 在FamilyRank页面添加底部提示文本 - 调整RankingCard组件高度和占位配置
hookehuyr authored -
- 新增 ScrollableFamilyList 组件用于展示家庭信息 - 替换原有 NativeDanmuComponent 实现 - 优化支持页面的布局和样式 - 添加家庭数据获取和处理逻辑
hookehuyr authored
-
- 28 Oct, 2025 6 commits
- 27 Oct, 2025 2 commits
-
-
hookehuyr authored
-
- 26 Oct, 2025 2 commits
-
-
- 使用更平滑的缓动函数 easeOutQuart 替代 easeOutCubic - 减少不必要的值更新,只在变化明显时更新 - 添加硬件加速优化(translateZ(0)) - 移除CSS transition,完全由JS控制动画 - 添加文本渲染优化属性
hookehuyr authored
-
- 25 Oct, 2025 5 commits