ramove rank
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-29 10:07:27 -06:00
parent 951e53c1dd
commit ecce21aaaf
6 changed files with 0 additions and 153 deletions

View File

@@ -77,15 +77,6 @@ const menu = computed(() => [
width: 20,
}),
},
{
label: "排名榜",
key: "ranking",
icon: () =>
h(Icon, {
icon: "streamline-emojis:sunglasses",
width: 20,
}),
},
{
label: "退出账号",
key: "logout",
@@ -117,9 +108,6 @@ function clickMenu(name: string) {
query: { username: user.username },
})
break
case "ranking":
router.push({ name: "ranking" })
break
case "logout":
handleLogout()
break