Integrate SBAS workflows and redesign task center

This commit is contained in:
2026-06-13 13:10:12 +08:00
parent b931e8db53
commit 58a87706ef
275 changed files with 18750 additions and 42524 deletions
+1 -1
View File
@@ -857,7 +857,7 @@ const HealthCheckPanel = ({ language = 'zh', currentUser }) => {
<span>{en ? 'Overall' : '总体状态'}</span>
{renderBadge(
productPackages.ok,
`${toNumber(productPackages.canonical_count)} / ${toNumber(productPackages.total_count)}`
`${toNumber(productPackages.valid_schema_count ?? productPackages.canonical_count)} / ${toNumber(productPackages.total_count)}`
)}
</div>
<div className="health-card-row">