add title.

This commit is contained in:
2023-03-30 19:24:15 +08:00
parent eb652d1c86
commit 451e8d7c70
8 changed files with 78 additions and 34 deletions

View File

@@ -36,7 +36,7 @@ const options: MenuOption[] = [
h(
RouterLink,
{ to: "/admin/problem/create" },
{ default: () => "建题目" }
{ default: () => "建题目" }
),
key: "admin problem create",
},
@@ -70,7 +70,7 @@ const options: MenuOption[] = [
h(
RouterLink,
{ to: "/admin/contest/create" },
{ default: () => "建比赛" }
{ default: () => "建比赛" }
),
key: "admin contest create",
},