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

This commit is contained in:
2025-10-23 00:54:10 +08:00
parent 9789b86920
commit 9f07fcb0a0
15 changed files with 1223 additions and 63 deletions

View File

@@ -94,6 +94,11 @@ const menus = computed<MenuOption[]>(() => [
key: "problem",
icon: renderIcon("streamline-emojis:blossom"),
},
{
label: () => h(RouterLink, { to: "/problemset" }, { default: () => "题单" }),
key: "problemset",
icon: renderIcon("streamline-emojis:green-book"),
},
{
label: () =>
h(RouterLink, { to: "/submission" }, { default: () => "提交" }),