【操盘手端】自动点赞提交

This commit is contained in:
Ghost
2025-04-10 16:40:30 +08:00
parent c7062445ab
commit e3d29f0935
29 changed files with 2863 additions and 1684 deletions

View File

@@ -61,7 +61,9 @@ export function BasicSettings({ formData, onChange, onNext }: BasicSettingsProps
>
<Minus className="h-4 w-4" />
</Button>
<span className="w-12 text-center">{formData.syncCount}</span>
<span className="w-12 text-center bg-primary text-primary-foreground rounded-md px-3 py-1 font-medium">
{formData.syncCount}
</span>
<Button
variant="outline"
size="icon"
@@ -135,4 +137,3 @@ export function BasicSettings({ formData, onChange, onNext }: BasicSettingsProps
</Card>
)
}