feat: 优化考试记录接口,支持从任务反推科目名称;更新测试用例以验证新逻辑

This commit is contained in:
2025-12-30 12:00:32 +08:00
parent 7fff13afb7
commit 8cd6950631
7 changed files with 119 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ const StatusIcon = ({ status }: { status: QuizRecord['status'] }) => {
d="M12 3.6l2.63 5.33 5.89.86-4.26 4.15 1.01 5.86L12 17.69 6.73 19.8l1.01-5.86-4.26-4.15 5.89-.86L12 3.6z"
fill="currentColor"
stroke="none"
className="text-yellow-500"
/>
);
}