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, });