From 6e1027f01a42f7c7368c3c77f308af59f1bf1a28 Mon Sep 17 00:00:00 2001 From: Lliar-liar <1169523200@qq.com> Date: Sun, 24 May 2026 17:48:32 +0000 Subject: [PATCH] Add harness count to hero badge --- index.html | 15 ++++++++++++++- skillopt.html | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6b55f85..6919028 100644 --- a/index.html +++ b/index.html @@ -290,7 +290,7 @@ .ledger-stats { display: grid; - grid-template-columns: repeat(2, minmax(0, 1fr)); + grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 22px; border-top: 1px solid rgba(248, 250, 247, 0.22); @@ -1108,6 +1108,15 @@ font-size: 2.05rem; } + .ledger-stats { + grid-template-columns: 1fr; + } + + .ledger-stat + .ledger-stat { + padding-left: 0; + border-left: 0; + } + .chart-toolbar, .chart-caption { flex-direction: column; @@ -1169,6 +1178,10 @@ Frozen target models 7 +
+ Harnesses + 2 +
Benchmarks 6 diff --git a/skillopt.html b/skillopt.html index 6b55f85..6919028 100644 --- a/skillopt.html +++ b/skillopt.html @@ -290,7 +290,7 @@ .ledger-stats { display: grid; - grid-template-columns: repeat(2, minmax(0, 1fr)); + grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 22px; border-top: 1px solid rgba(248, 250, 247, 0.22); @@ -1108,6 +1108,15 @@ font-size: 2.05rem; } + .ledger-stats { + grid-template-columns: 1fr; + } + + .ledger-stat + .ledger-stat { + padding-left: 0; + border-left: 0; + } + .chart-toolbar, .chart-caption { flex-direction: column; @@ -1169,6 +1178,10 @@ Frozen target models 7
+
+ Harnesses + 2 +
Benchmarks 6