From 551a190edf47e550b4a2b39e3b3205739e3999d5 Mon Sep 17 00:00:00 2001 From: jcfun Date: Mon, 4 Nov 2024 12:29:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=F0=9F=90=9B:=20=E4=BF=AE=E5=A4=8D=E4=BA=86?= =?UTF-8?q?=E6=AD=8C=E8=AF=8D=E7=BF=BB=E8=AF=91=E5=92=8C=E9=9F=B3=E8=AF=91?= =?UTF-8?q?=E5=BC=80=E5=85=B3=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ src/components/Player/MainLyric.vue | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 85bd5251..89fefc55 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ components.d.ts *.njsproj *.sln *.sw? +.env.development +.env.production \ No newline at end of file diff --git a/src/components/Player/MainLyric.vue b/src/components/Player/MainLyric.vue index 54ec4d12..7cd15db4 100644 --- a/src/components/Player/MainLyric.vue +++ b/src/components/Player/MainLyric.vue @@ -67,9 +67,9 @@ - {{ item.tran }} + {{ item.tran }} - {{ item.roma }} + {{ item.roma }}
{{ item.content }} - {{ item.tran }} + {{ item.tran }} - {{ item.roma }} + {{ item.roma }}