add raw data for radar
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-04 09:19:40 +08:00
parent a4ebf245c4
commit fab689ffdf
8 changed files with 551 additions and 399 deletions

View File

@@ -136,7 +136,11 @@ const menus = computed<MenuOption[]>(() => [
},
{
label: () =>
h(RouterLink, { to: "/class/my-rank" }, { default: () => "我的排名" }),
h(
RouterLink,
{ to: "/class/my-rank" },
{ default: () => "我的排名" },
),
key: "my-rank",
show: userStore.isAuthed,
},