From 199202de62c867f2868a447d6dcdeafc64e62bde Mon Sep 17 00:00:00 2001 From: lqtmcstudio Date: Fri, 6 Feb 2026 15:14:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20-=20TopBar=E8=BE=B9?= =?UTF-8?q?=E7=95=8C=E5=BC=82=E5=B8=B8=20-=20=E6=9A=82=E6=97=B6=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E8=83=8C=E6=99=AF=E7=9A=84=E5=93=8D=E5=BA=A6=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components/FullScreenPlayer.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/renderer/src/components/FullScreenPlayer.vue b/src/renderer/src/components/FullScreenPlayer.vue index cd55ccf..92c1c3e 100644 --- a/src/renderer/src/components/FullScreenPlayer.vue +++ b/src/renderer/src/components/FullScreenPlayer.vue @@ -11,7 +11,7 @@
@@ -220,8 +220,6 @@ const playerStore = usePlayerStore(); const isPlayerFullScreen = computed(() => playerStore.isPlayerFullScreen); const currentSong = computed(() => playerStore.currentSong); const isPlaying = computed(() => playerStore.isPlaying); -const loudness = computed(() => playerStore.loudness); - const canvasRef = ref(null); let animationId: number | null = null; let currentData: number[] = new Array(32).fill(0); // For temporal smoothing