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

This commit is contained in:
2025-10-23 19:54:04 +08:00
parent 67dce91dbe
commit 791828b9e1
3 changed files with 103 additions and 101 deletions

View File

@@ -90,7 +90,7 @@ const menus = computed<MenuOption[]>(() => [
icon: renderIcon("streamline-emojis:snake"),
},
{
label: () => h(RouterLink, { to: "/" }, { default: () => "题" }),
label: () => h(RouterLink, { to: "/" }, { default: () => "题" }),
key: "problem",
icon: renderIcon("streamline-emojis:blossom"),
},