修正提醒文字

This commit is contained in:
2025-09-29 01:48:34 +08:00
parent f055c1995b
commit 0887347116
7 changed files with 231 additions and 3 deletions

View File

@@ -167,6 +167,9 @@ export default function LogicTestPage() {
<Card className="mb-8">
<CardHeader>
<CardTitle className="text-xl text-balance">{currentQ.question}</CardTitle>
<p className="text-sm text-muted-foreground mt-2">
</p>
</CardHeader>
<CardContent>
<RadioGroup value={answers[currentQuestion] || ""} onValueChange={handleAnswerChange} className="space-y-4">