update
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-06-29 07:52:17 -06:00
parent 1d285c8694
commit a4bd4fcd13
12 changed files with 29 additions and 29 deletions

View File

@@ -221,13 +221,13 @@ const columns: DataTableColumn<Rank>[] = [
align: "center",
},
{
title: renderTableTitle("提交数", "streamline-emojis:rocket"),
title: renderTableTitle("提交数", "streamline-ultimate-color:space-rocket-earth"),
key: "submission_number",
width: 120,
align: "center",
},
{
title: renderTableTitle("正确率", "streamline-emojis:wrapped-gift-1"),
title: renderTableTitle("正确率", "streamline-ultimate-color:gift-box-1"),
key: "rate",
width: 120,
align: "center",
@@ -606,7 +606,7 @@ watch(
class="stat-avg-ac"
>
<template #suffix>
<Icon icon="streamline-emojis:chart" width="20" />
<Icon icon="streamline-ultimate-color:analytics-pie-2" width="20" />
</template>
</n-statistic>
</n-gi>
@@ -618,7 +618,7 @@ watch(
class="stat-median-ac"
>
<template #suffix>
<Icon icon="streamline-emojis:target" width="20" />
<Icon icon="streamline-ultimate-color:cursor-target-1" width="20" />
</template>
</n-statistic>
</n-gi>
@@ -630,7 +630,7 @@ watch(
class="stat-total-submission"
>
<template #suffix>
<Icon icon="streamline-emojis:paper" width="20" />
<Icon icon="streamline-ultimate-color:common-file-text" width="20" />
</template>
</n-statistic>
</n-gi>