${escapeHtml(codeLabel)}${codeLabel === code ? "" : ` ${escapeHtml(code)}`} · ${formatNumber(item.count ?? 0)} 次
@@ -536,7 +539,9 @@ function renderFindingItemCollapsed(item) {
次数=${escapeHtml(String(item.count ?? 0))} · 运行=${escapeHtml(String(item.runCount ?? 0))} · 最近=${escapeHtml(item.latestAt ? formatRelative(item.latestAt) : "-")}
run=${escapeHtml(latestRunId)} report=${escapeHtml(item.latestReportJsonSha256 || "-")}
- ${escapeHtml(findingNextAction(code))}
+ ${rootCause ? `根因${escapeHtml(rootCause)}
` : ""}
+ ${evidence ? `evidence=${escapeHtml(evidence)}
` : ""}
+ ${escapeHtml(nextAction)}
`;
@@ -732,12 +737,13 @@ function detailFindings(findings) {
}
return `