Merge pull request #1345 from pikasTech/fix/1338-monitor-web-verify

fix: align monitor web asset verify
This commit is contained in:
Lyon
2026-07-01 09:32:14 +08:00
committed by GitHub
@@ -12,7 +12,8 @@ const checks: Array<{ readonly path: string; readonly contains: readonly string[
"data-monitor-independent-scroll",
"data-check-row",
"data-check-dialog",
"错误 / 告警监测项曲线",
"运行耗时曲线",
"runDurationText",
"rootCause",
],
},
@@ -26,8 +27,9 @@ const checks: Array<{ readonly path: string; readonly contains: readonly string[
".check-dialog",
"overflow: hidden",
"overflow: auto",
".trend-red",
".trend-warning",
".trend-duration",
".trend-dot-duration",
".legend-swatch.duration",
],
},
{