From b63befe3f6301bb74e2e25d0684234ea771fde58 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Tue, 13 May 2025 15:37:39 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=9A=84=E6=97=B6=E9=97=B4=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/StatusCharts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/components/StatusCharts.vue b/packages/frontend/src/components/StatusCharts.vue index 2d38cb6..0b96435 100644 --- a/packages/frontend/src/components/StatusCharts.vue +++ b/packages/frontend/src/components/StatusCharts.vue @@ -110,7 +110,7 @@ const memoryUnitIsGB = ref(false); // const memoryChartTitle = ref('内存使用情况 (MB)'); // Will be replaced by i18n -const initialLabels = Array.from({ length: MAX_DATA_POINTS }, (_, i) => `-${(MAX_DATA_POINTS - 1 - i)}s`); +const initialLabels = Array.from({ length: MAX_DATA_POINTS }, () => ''); // --- 计算属性:从 Store 获取当前会话的历史数据 --- const currentSessionStatusManager = computed(() => {