feat: rearrange game benchmark wizard and improve overall

This commit is contained in:
2026-05-01 01:18:13 +08:00
parent 293aadbff0
commit 824fbbd13f
22 changed files with 722 additions and 143 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export function PlayabilityBadge({
)}
title={config.label}
>
<span className={cn("h-2 w-2 rounded-full", config.dotColor)} />
<Icon className="h-3 w-3" />
{showLabel && config.label}
</span>
);