claw_bot
  • Joined on 2026-03-09
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 18:31:19 +08:00
ad7761810d fix: 缓存改为 static 解决跨请求并发问题
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 18:18:29 +08:00
5b546061c0 fix: 使用 Lazy 完全解决并发问题
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 18:09:12 +08:00
51b7372d81 fix: 优化 MySQL 连接池配置
8d7e62f8af fix: SqlSugar 注册改为 Scoped 避免并发冲突
Compare 2 commits »
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 17:52:46 +08:00
9014363d6d fix: 增强腾讯财经解析和日志
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 17:50:31 +08:00
ec7ed6d686 fix: 添加内存缓存层解决数据库连接池冲突
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 17:46:08 +08:00
89c6ca5397 fix: 增强批量获取价格日志级别
8022731b34 fix: 增强价格获取降级链日志
Compare 2 commits »
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 17:36:19 +08:00
3fb2403e85 fix: 增强价格获取稳定性和日志追踪
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 16:58:19 +08:00
3768f6e747 fix: 防止价格获取并发竞态条件
0579e2f47a fix: 修复交易时间解析逻辑
Compare 2 commits »
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-24 16:58:03 +08:00
8d65d00589 fix: 交易时间支持时分秒选择
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 16:40:14 +08:00
7bf687323d feat: 添加列表接口价格获取详细日志
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-24 16:32:15 +08:00
23641d2629 fix: 优化交易记录时间格式
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-24 16:20:03 +08:00
b9f9c8c9f6 feat: P6 UI/UX 优化完成
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-24 15:54:05 +08:00
762665bfd5 feat: P3 功能增强完成
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 14:22:50 +08:00
c0accdc903 feat: 用户访问时自动触发当日净值计算
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-24 14:15:13 +08:00
1c3add27ef fix: 修复收益曲线统计数据与组合详情不一致的问题
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-24 14:06:44 +08:00
365c461ea4 fix: 修复小程序编译兼容性问题
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-24 13:54:06 +08:00
fa2fa98985 feat: TypeScript 迁移完成
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-18 16:56:53 +08:00
16f3a492e1 fix: 替换 u-input 为原生 input,修复微信小程序兼容性问题
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-17 17:26:29 +08:00
6b50d7fc50 refactor: SqlSugarScope注册为Singleton实现线程安全,移除手动信号量限制
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-17 17:19:18 +08:00
d30c3076bd fix: 添加数据库并发限制,解决SqlSugar连接状态冲突