7209f53af9
离线边沿检测推送一次 Telegram(设置开关 notify_alert_offline);对齐仪表盘与服务器页统计卡、舰队趋势交互与告警叠加。 Co-authored-by: Cursor <cursoragent@cursor.com>
1.0 KiB
1.0 KiB
2026-06-09 — Dashboard 舰队资源趋势(ECharts 精修)
变更摘要
仪表盘趋势区升级为运维级时序分析:时间轴、四 KPI 卡(当前/环比/区间/阈值着色)、告警阈值虚线、峰值/谷值标注、结构化 tooltip(含覆盖率与环比)、缩放视图联动 KPI、全屏+明细表、CSV 导出;阈值从 /settings/ 读取。
动机
初版 ECharts 仅基础折线,缺 KPI 上下文、告警参照与缩放区间统计,观感粗糙。
涉及文件
frontend/package.json—echarts、vue-echartsfrontend/src/utils/fleetTrendAnalytics.tsfrontend/src/components/dashboard/FleetTrendKpiStrip.vuefrontend/src/components/dashboard/FleetTrendEChart.vuefrontend/src/components/dashboard/DashboardFleetTrends.vue
迁移 / 重启
- 仅前端
npm ci+vite build
验证
cd frontend && npm run type-check && npx vite build
浏览器:KPI 随滑块缩放更新 → tooltip 见环比 → 全屏明细表 → CSV 下载。