From b130a51474a6ba2496cd5f135ec2c4994d9fd5df Mon Sep 17 00:00:00 2001 From: zheng020 Date: Wed, 10 Jun 2026 17:28:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(stargalaxy):=20simplify=20rank=20?= =?UTF-8?q?=E2=80=94=20PodiumCard=20uses=201/2/3=20directly=20(no=20+4=20o?= =?UTF-8?q?ffset)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/StarGalaxy/PodiumCard.vue | 22 +++++++++---------- .../square/components/StarGalaxy/index.vue | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/pages/square/components/StarGalaxy/PodiumCard.vue b/frontend/pages/square/components/StarGalaxy/PodiumCard.vue index e0a64ae..563309d 100644 --- a/frontend/pages/square/components/StarGalaxy/PodiumCard.vue +++ b/frontend/pages/square/components/StarGalaxy/PodiumCard.vue @@ -5,7 +5,7 @@ - TOP {{ rank - 3 }} + TOP {{ rank }}