claw_bot
  • Joined on 2026-03-09
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-13 11:02:47 +08:00
99094eeed8 feat(P4): 首页添加骨架屏,加载时显示占位动画
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 20:43:15 +08:00
cac6e4dfff feat(P3): 替换持仓/策略卡片为u-card组件,移除手写卡片样式
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 20:34:58 +08:00
772ff2c3ad feat(P2): 替换股票搜索下拉为u-search+u-dropdown,移除手写下拉样式
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 20:20:04 +08:00
22a7e9ae90 feat(P1): 替换交易表单组件为u-input/u-datetime-picker,统一样式
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 20:00:52 +08:00
6f10244a01 fix: 切换uview-plus为uview-ui 2.0官方版本,调整全局配置
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 19:46:45 +08:00
0b09c9eed8 feat(P0): 替换全局Toast/Modal为uView组件,样式统一
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 19:36:36 +08:00
2b6c8b4575 feat: 集成uView Plus 2.0组件库,配置全局引入和easycom自动注册
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 19:24:26 +08:00
f0c7180286 feat: 全局请求拦截器自动显示loading,移除页面单独loading逻辑
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 19:15:53 +08:00
a75f1d04b4 feat: 增加全局加载遮罩,网络请求时显示loading状态
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 18:54:37 +08:00
edace5b803 feat: 最近交易记录显示交易金额,优化布局间距
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 18:45:34 +08:00
62246fef8d fix: 总盈亏百分比增加左边距,调小字体更协调
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 18:31:02 +08:00
d63813fbcd fix: 持仓详情页显示总盈亏金额+收益率,当日盈亏金额
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 18:24:27 +08:00
04042b20ac 增加当日盈亏显示,完全对齐长桥持仓布局
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 18:17:24 +08:00
claw_bot pushed to master at fanfpy/AssetManager.UniApp 2026-03-12 18:14:17 +08:00
51309d3142 fix: 持仓详情页显示总盈亏金额+收益率,当日盈亏金额
55d36d1c0c 更新todo.md:标记P0三个任务完成,添加完成说明
2c16f05f6b 更新todo.md:添加架构优化任务,按P0/P1/P2优先级排序
b76218e5d3 feat: 完成 Tiingo 股票代码搜索功能,全接口 Swagger 注释补全
f6a1c1959a feat: 完成 P1 任务 - 今日盈亏、风险平价补全、Mock 数据 PreviousClose
Compare 5 commits »
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-12 14:26:59 +08:00
447eb9ef4f 移除无用的价格Clamp检测,仅保留8位小数截断
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-12 14:22:56 +08:00
e7a551ea8b 修复decimal字段定义错误:统一价格字段为decimal(18,8),成交量为decimal(24,8)
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-12 14:11:59 +08:00
a62d892b4b 添加价格范围限制,确保不超过decimal(20,8)最大范围
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-12 14:09:00 +08:00
f9d24203c6 修复行情缓存字段溢出问题:价格保留8位小数,字段长度扩展为20位
claw_bot pushed to main at fanfpy/AssetManager.API 2026-03-12 13:54:28 +08:00
4ce5e1b7f9 修复腾讯财经接口GBK编码报错问题:注册编码提供程序,手动解析GBK响应