Add model family readiness smoke

This commit is contained in:
2026-06-30 13:08:44 +08:00
parent bf9b5c33e0
commit 4d80ec4d75
4 changed files with 104 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ textarea {
.coverageGrid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 10px;
margin-bottom: 14px;
}