auto_trade_sys/backend/api/routes
薇薇安 42480ef886 feat(trades): 添加时间筛选功能以优化交易记录查询
在 `trades.py` 中新增 `time_filter` 参数,允许用户按平仓时间或开仓时间筛选交易记录。更新 `Trade.get_all` 方法以支持该功能,并调整查询逻辑以符合新的时间筛选需求。同时,前端组件 `TradeList.jsx` 也进行了相应更新,增加了时间筛选按钮,提升了用户体验和数据查询的灵活性。
2026-02-17 08:01:35 +08:00
..
__init__.py a 2026-01-13 17:30:59 +08:00
account.py feat(trading_system): 优化交易记录管理与用户数据流集成 2026-02-16 15:16:49 +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): 添加时间筛选功能以优化交易记录查询 2026-02-17 08:01:35 +08:00