fix routes.

This commit is contained in:
2023-06-13 12:02:59 +08:00
parent c27f5c43c7
commit 03f24190fc
13 changed files with 408 additions and 454 deletions

View File

@@ -50,7 +50,7 @@ const columns: DataTableColumn<Rank>[] = [
() => row.user.username
),
},
{ title: "骚话", key: "mood", minWidth: 200 },
{ title: "自我介绍", key: "mood", minWidth: 200 },
{ title: "已解决", key: "accepted_number", width: 100 },
{ title: "提交数", key: "submission_number", width: 100 },
{