活跃度排名

This commit is contained in:
2024-08-14 23:16:12 +08:00
parent b63ba1c628
commit 912150c716
7 changed files with 403 additions and 270 deletions

View File

@@ -304,3 +304,8 @@ export const avatar = ref(AVATARS[Math.floor(Math.random() * AVATARS.length)])
export function getRandomAvatar() {
avatar.value = AVATARS[Math.floor(Math.random() * AVATARS.length)]
}
export enum ChartType {
Rank,
Activity,
}