lizhilun and Claude Opus 4.6
d473e3a431
fix: 修复重构引入的 bug
...
- partner-records: 修复 SQL 参数顺序错误
- partner-records: 移除对已删除变量的引用
- stats.js: 修复 toFixed 在数字原型上调用的问题
- stats.js: 简化 onclick 处理避免转义问题
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-19 10:27:39 +08:00
lizhilun and Claude Opus 4.6
0b450a65ed
perf: 优化数据库查询和前端代码质量
...
- 添加 records 表常用字段索引提升查询性能
- 合并月度/老板/陪玩记录查询减少数据库往返
- 提取重复的横向柱状图渲染逻辑为通用函数
- 移除调试用的 console.log 语句
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-19 10:22:15 +08:00
lizhilun and Claude Opus 4.6
14927f74aa
fix: 修复柱状图高度比例计算并添加月度筛选功能
...
- 修复最近7天收入柱状图高度使用百分比导致比例失真问题,改为像素计算
- 老板/陪玩交易详情页添加"全部/当月"切换按钮
- 老板/陪玩交易详情页添加月度导航切换功能
- 老板/陪玩交易详情页添加自动加载更多数据功能
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-19 10:13:02 +08:00
lizhilun and Claude Opus 4.6
3d8d03a66e
fix: 修复老板/陪玩排行榜预览数据不显示
...
API 直接返回数组,前端错误地使用了 data.rows 导致数据为空。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-18 10:06:33 +08:00
lizhilun and Claude Opus 4.6
a03e92d437
perf: 并行加载首页统计数据
...
将原来顺序执行的4个API调用改为并行执行(Promise.all),
显著减少首页加载时间。同时提取了渲染函数 renderWeeklyChart、
renderBossRankingPreview、renderPartnerRankingPreview,提高代码复用性。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-18 09:45:36 +08:00
lizhilun and Claude Opus 4.6
a0d7bfdc3d
Initial commit: gamer project
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 11:23:10 +08:00