add problemset
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-22 18:47:41 +08:00
parent 0bf265b5d9
commit 6bc2140052
9 changed files with 1136 additions and 0 deletions

View File

@@ -58,6 +58,15 @@ const options = computed<MenuOption[]>(() => {
),
key: "admin contest list",
},
{
label: () =>
h(
RouterLink,
{ to: "/admin/problemset/list" },
{ default: () => "题单" },
),
key: "admin problemset list",
},
{
label: () =>
h(RouterLink, { to: "/admin/user/list" }, { default: () => "用户" }),