From 28fd95ed7eca7ff76f383b94387bb6bfc86c5ed9 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 1 Jul 2026 03:29:36 +0000 Subject: [PATCH] fix: widen sentinel memory axis label gutter --- scripts/assets/web-probe-sentinel-monitor-web/monitor-web.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/assets/web-probe-sentinel-monitor-web/monitor-web.js b/scripts/assets/web-probe-sentinel-monitor-web/monitor-web.js index d3c3d0ee..48fcb771 100644 --- a/scripts/assets/web-probe-sentinel-monitor-web/monitor-web.js +++ b/scripts/assets/web-probe-sentinel-monitor-web/monitor-web.js @@ -5,11 +5,11 @@ import { createApp, computed, nextTick, onMounted, ref, watch } from "./vendor/v const bootstrap = readBootstrap(); const internalTextPattern = /水合|投影|Trace|trace|Shell|API|DOM|Console|console|Runner|runner|JSONL|steer|facts|分页|HTTP|http|requestfailed|pageerror|Final Response|Code Agent|web-probe|observe|analyzer|终态/u; const memoryChartFrame = Object.freeze({ - left: 64, + left: 88, right: 696, top: 20, bottom: 132, - yLabelX: 56, + yLabelX: 78, xLabelY: 154, xTitleY: 172, });