From 7b7902bba69de54a6d6abb2db3e54c371a0669c3 Mon Sep 17 00:00:00 2001 From: zheng020 Date: Wed, 10 Jun 2026 17:24:08 +0800 Subject: [PATCH] perf(stargalaxy): inline displayRank/frameSrc into template, drop computed --- .../square/components/StarGalaxy/PodiumCard.vue | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/frontend/pages/square/components/StarGalaxy/PodiumCard.vue b/frontend/pages/square/components/StarGalaxy/PodiumCard.vue index ab46023..e555fad 100644 --- a/frontend/pages/square/components/StarGalaxy/PodiumCard.vue +++ b/frontend/pages/square/components/StarGalaxy/PodiumCard.vue @@ -5,7 +5,7 @@ @click="handleClick" > - + @@ -17,13 +17,11 @@ - TOP {{ displayRank }} + TOP {{ rank - 3 }}