This commit is contained in:
2025-10-06 19:38:44 +08:00
parent 96adf39cba
commit 0d19529632
2 changed files with 109 additions and 27 deletions

View File

@@ -86,7 +86,6 @@ const menus = computed<MenuOption[]>(() => [
label: () => h(RouterLink, { to: "/learn/01" }, { default: () => "自学" }),
key: "learn",
icon: renderIcon("streamline-emojis:snake"),
show: isDesktop.value,
},
{
label: () => h(RouterLink, { to: "/" }, { default: () => "题库" }),