在 `trades.py` 中更新了时间筛选逻辑,新增 `created` 选项以支持按创建时间筛选交易记录。在 `models.py` 中调整了查询逻辑,确保在无 `created_at` 字段时回退为 `entry_time`。前端组件 `StatsDashboard.jsx` 和 `TradeList.jsx` 中相应更新了展示逻辑,增加了创建时间的显示,提升了用户体验与数据准确性。 |
||
|---|---|---|
| .. | ||
| models | ||
| routes | ||
| __init__.py | ||
| auth_deps.py | ||
| auth_utils.py | ||
| main.py | ||
| redis_log_handler.py | ||
| supervisor_account.py | ||