Optimize terminal detail loading and Redis replay

This commit is contained in:
2569718930@qq.com
2026-05-31 04:32:48 +08:00
parent 2a6d8748f4
commit 46effcd45f
16 changed files with 948 additions and 80 deletions
@@ -27,8 +27,12 @@ export function runTests() {
systemPage.includes("sourceHealth") &&
systemPage.includes("MGM、KNMI、IMS") &&
systemPage.includes("断线") &&
systemPage.includes("延迟"),
"ops system page must show source latency/disconnect status for operational city sources",
systemPage.includes("延迟") &&
systemPage.includes("sourceReasonLabel") &&
systemPage.includes("观测时间缺失") &&
systemPage.includes("formatOpsValue") &&
systemPage.includes("强制刷新"),
"ops system page must show readable source reasons, object values, and cache force-refresh metrics",
);
assert(
nextRoute.includes("requireOpsProxyAuth") &&