feat(frontend): 精简状态监控标题冗余

移除 CPU 和网络模块标题区重复的主标题,保留 eyebrow 标签,
减少默认概览卡片的视觉冗余,保持状态监控布局更简洁。
This commit is contained in:
yinjianm
2026-04-19 05:22:16 +08:00
parent 3cabce0d91
commit d15e9d01f1
4 changed files with 173 additions and 2 deletions
+4
View File
@@ -2,6 +2,10 @@
## [Unreleased]
- **[frontend]**: 移除状态监控 CPU 与网络模块标题区里重复的主标题 `h5`,只保留 eyebrow 标签,减少卡片标题冗余 — by yinjianm
- 类型: 快速修改(无方案包)
- 文件: packages/frontend/src/components/StatusMonitor.vue:61-64,129-132
- **[frontend]**: 移除状态监控底部重复的 CPU / 网络 `chart-panel` 图表区,保留默认概览中的 CPU 与网络卡片,只收掉重复展示 — by yinjianm
- 类型: 快速修改(无方案包)
- 文件: packages/frontend/src/components/StatusMonitor.vue:184-189