claw_bot
  • Joined on 2026-03-09
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-16 07:51:41 +08:00
c7712e57bb feat: 组合列表增加今日涨跌额和持仓数量
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-16 07:49:56 +08:00
238d969a36 feat: 状态标签支持多种颜色
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-16 07:48:19 +08:00
dcd212efa7 feat: 自动触发净值计算
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-16 07:47:04 +08:00
7f91e836b9 fix: 修复货币符号显示问题
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-15 22:46:25 +08:00
91e47772c7 refactor: 移除 calculateDailyNav API 定义
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 22:44:42 +08:00
74e5f85579 refactor: 移除 calculateDailyNav 接口
f7d346c0ae fix: API路由重构以匹配前端期望
Compare 2 commits »
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 22:25:30 +08:00
a0817081a8 refactor: 删除冗余的 /api/v1/portfolio/{id}/transactions 路由
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 22:20:43 +08:00
7db098b5f9 fix: 添加 /api/v1/portfolio/transactions 路由支持 query parameter
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 22:11:40 +08:00
781f707419 fix: GetPortfolios 返回格式修正为 { items: [...] }
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 21:59:02 +08:00
d4c58c8a08 fix: 添加 /api/v1/portfolio/assets 端点
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 21:50:41 +08:00
41ff4a2135 fix: 修复 CurrentPrice 赋值错误
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 21:44:56 +08:00
49b9adfdab fix 字段名称错误
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 21:32:10 +08:00
60f3b487ff fix: 修复 PortfolioService 和 PortfolioNavService 变量命名
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 21:18:43 +08:00
da12f6d163 fix: 修复编译错误和警告
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 21:14:44 +08:00
61e3023837 fix: 添加缺失的 StrategySignalResponse DTO
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 21:08:12 +08:00
625bfa1624 fix: 修复编译错误
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 20:59:55 +08:00
33392c4524 添加缺失的引用
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 20:57:18 +08:00
086d53f54d 添加单元测试项目
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 20:54:26 +08:00
4ce29a1036 refactor: 架构优化 P0-P3
abcdc7110b refactor: 后端架构优化 P0-P1
Compare 2 commits »
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-15 18:12:24 +08:00
34f06ce941 perf: 优化历史价格获取,优先从缓存表查询