From d8d1284c566a05d7e9b8aaed0d00d4f4429f32e0 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 26 May 2025 20:30:55 +1000 Subject: [PATCH] fix: update language attribute in HTML and adjust script source path for consistency refactor(ScrollingLyrics): simplify markup and improve readability of lyrics rendering logic --- src/App.vue | 21 ++- src/components/ScrollingLyrics.vue | 254 ++++++++++++++--------------- 2 files changed, 134 insertions(+), 141 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4a1b04e..5459c85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,39 +14,46 @@ const route = useRoute()
-
  • - 浏览 + 浏览
  • - + 手气不错
  • - + 收藏库
-
- - diff --git a/src/components/ScrollingLyrics.vue b/src/components/ScrollingLyrics.vue index 65e5e3c..4dd6203 100644 --- a/src/components/ScrollingLyrics.vue +++ b/src/components/ScrollingLyrics.vue @@ -1,102 +1,73 @@