@for (item of history; track item.id) {
{{ item.title }}
{{ item.date }}
= 90"
[class.dark:bg-green-900/30]="item.score >= 90"
[class.text-green-600]="item.score >= 90"
[class.bg-yellow-100]="item.score < 90"
[class.dark:bg-yellow-900/30]="item.score < 90"
[class.text-yellow-600]="item.score < 90"
>{{ item.score }}分
}