1
0

refactor: 移除 success 字段,简化为 matched 单层判定模型

This commit is contained in:
2026-05-11 13:12:55 +08:00
parent 548b44d28e
commit 35ba56888b
93 changed files with 3893 additions and 103 deletions

View File

@@ -106,7 +106,6 @@ export class ProbeEngine {
this.store.insertCheckResult({
targetId,
timestamp: result.timestamp,
success: result.success,
matched: result.matched,
durationMs: result.durationMs,
statusDetail: result.statusDetail,