auto_trade_sys/backend/api/routes
薇薇安 dbcb7012bd fix(account, frontend): 兼容处理创建时间字段
在 `account.py` 中更新了创建时间的获取逻辑,兼容 `created_at` 和 `create_at` 字段。前端组件 `StatsDashboard.jsx` 中相应调整了创建时间的展示逻辑,确保在 `created_at` 字段为空时能够正确显示。此更新提升了数据展示的准确性与用户体验。
2026-02-21 00:59:54 +08:00
..
__init__.py a 2026-01-13 17:30:59 +08:00
account.py fix(account, frontend): 兼容处理创建时间字段 2026-02-21 00:59:54 +08:00
accounts.py 1 2026-02-15 14:18:58 +08:00
admin.py 1 2026-02-14 14:47:30 +08:00
auth.py 增加多账号的支持体系 2026-01-20 15:55:34 +08:00
config.py 调整可能盈利的策略 2026-02-16 11:41:43 +08:00
dashboard.py a 2026-01-14 11:40:50 +08:00
public.py a 2026-01-21 11:48:41 +08:00
recommendations.py a 2026-01-20 10:48:32 +08:00
stats.py 1 2026-02-14 18:06:10 +08:00
system.py fix(system): 优化服务状态检查的异常处理逻辑 2026-02-17 07:53:54 +08:00
trades.py feat(trades, database, binance_client, position_manager, risk_manager): 优化交易记录查询与内存管理 2026-02-21 00:53:32 +08:00