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

This commit is contained in:
2025-10-23 16:12:42 +08:00
parent 42ce9ac63b
commit 0a31cc3d2f
22 changed files with 318 additions and 257 deletions

View File

@@ -95,7 +95,8 @@ const menus = computed<MenuOption[]>(() => [
icon: renderIcon("streamline-emojis:blossom"),
},
{
label: () => h(RouterLink, { to: "/problemset" }, { default: () => "题单" }),
label: () =>
h(RouterLink, { to: "/problemset" }, { default: () => "题单" }),
key: "problemset",
icon: renderIcon("streamline-emojis:green-book"),
},