fix: remove monitor web content verify
This commit is contained in:
@@ -12,25 +12,13 @@ const checks: Array<{ readonly path: string; readonly contains: readonly string[
|
||||
"data-monitor-independent-scroll",
|
||||
"data-check-row",
|
||||
"data-check-dialog",
|
||||
"运行耗时曲线",
|
||||
"runDurationText",
|
||||
"rootCause",
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "scripts/assets/web-probe-sentinel-monitor-web/monitor-web.css",
|
||||
minBytes: 8_000,
|
||||
contains: [
|
||||
".trend-stage",
|
||||
".workspace-grid",
|
||||
".check-table",
|
||||
".check-dialog",
|
||||
"overflow: hidden",
|
||||
"overflow: auto",
|
||||
".trend-duration",
|
||||
".trend-dot-duration",
|
||||
".legend-swatch.duration",
|
||||
],
|
||||
contains: [],
|
||||
},
|
||||
{
|
||||
path: "scripts/assets/web-probe-sentinel-monitor-web/vendor/vue.esm-browser.prod.js",
|
||||
|
||||
Reference in New Issue
Block a user