fix: widen sentinel memory axis label gutter

This commit is contained in:
Codex
2026-07-01 03:29:36 +00:00
parent bedf89625c
commit 28fd95ed7e
@@ -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,
});