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

@@ -50,7 +50,6 @@ export interface HistoryResponse {
export interface CheckResult {
timestamp: string;
success: boolean;
matched: boolean;
durationMs: number | null;
statusDetail: string | null;