style: 移除状态图标的时间标签

This commit is contained in:
Baobhan Sith
2025-05-13 15:37:39 +08:00
parent f7ae96d657
commit b63befe3f6
@@ -110,7 +110,7 @@ const memoryUnitIsGB = ref(false);
// const memoryChartTitle = ref('内存使用情况 (MB)'); // Will be replaced by i18n // 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 获取当前会话的历史数据 --- // --- 计算属性:从 Store 获取当前会话的历史数据 ---
const currentSessionStatusManager = computed(() => { const currentSessionStatusManager = computed(() => {