Update UI components from checkboxes to switches and introduce a recursive configuration component.

This commit is contained in:
lpf
2026-03-12 12:42:09 +08:00
parent 679cae2df0
commit f0a1e9c941
37 changed files with 661 additions and 411 deletions

View File

@@ -14,7 +14,7 @@ const EKGRankingCard: React.FC<EKGRankingCardProps> = ({
valueMode,
}) => {
return (
<div className="brand-card ui-border-subtle rounded-[28px] border p-5">
<div className="brand-card ui-border-subtle rounded-2xl border p-5">
<div className="ui-text-secondary mb-4 text-sm font-medium">{title}</div>
<div className="space-y-2">
{items.length === 0 ? (