feat(frontend): 尾盘父级菜单与图标优化

- 尾盘策略、尾盘监控归入「尾盘」父级菜单,与跟单交易结构一致
- 菜单图标:父级 LineChart,尾盘策略 RocketOutlined,尾盘监控 DashboardOutlined
- 多语言:新增 menu.cryptoTail(尾盘/尾盤/Crypto Tail)
- 含 CryptoTailMonitor 及后端 DTO/Service 等修改

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
WrBug
2026-02-25 21:17:44 +08:00
co-authored by Cursor
parent f35bad78d4
commit 4b277eaeab
8 changed files with 378 additions and 78 deletions
+2
View File
@@ -1168,6 +1168,8 @@ export interface CryptoTailMonitorPushData {
timestamp: number
/** 当前周期开始时间 (Unix 秒) */
periodStartUnix: number
/** 当前周期市场标题(周期切换时更新) */
marketTitle?: string
/** 当前价格 (Up方向,来自订单簿) */
currentPriceUp?: string
/** 当前价格 (Down方向,来自订单簿) */