添加排行榜数据

This commit is contained in:
kron
2025-06-26 23:41:23 +08:00
parent c730088764
commit 6a3fb2af6d
7 changed files with 176 additions and 42 deletions

View File

@@ -1,4 +1,5 @@
<script setup>
import { topThreeColors } from "@/constants";
defineProps({
avatar: {
type: String,
@@ -26,7 +27,6 @@ defineProps({
},
});
const rowCount = new Array(6).fill(0);
const topThreeColors = ["#FFD947", "#D2D2D2", "#FFA515"];
</script>
<template>