Skip to content

Commit

Permalink
fix: more accurate description
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wr committed Jan 20, 2025
1 parent 8ca3dde commit 17fa9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ watch(clubs, async () => {
<CardHeader>
<CardTitle class="flex items-center gap-2">
<Icon name="lucide:clock" class="h-5 w-5 text-primary" />
CAS 时间
活动记录时间
</CardTitle>
</CardHeader>
<CardContent>
Expand All @@ -123,7 +123,7 @@ watch(clubs, async () => {
<div class="text-2xl font-bold">
{{ totalCASHours }}
</div>
<p class="mt-1 text-xs text-muted-foreground">总计 CAS 时间(小时)</p>
<p class="mt-1 text-xs text-muted-foreground">总计活动时间(小时)</p>
</div>
</CardContent>
</Card>
Expand Down

0 comments on commit 17fa9a2

Please sign in to comment.