mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-07 21:37:33 +08:00
Update UI components from checkboxes to switches and introduce a recursive configuration component.
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user