From 87599a4ce8ef7349396fffb594172bd887d75bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Tue, 6 Jan 2026 14:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E8=B0=83=E6=95=B4=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=99=A8=E5=BA=95=E9=83=A8=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E7=9A=84=E5=B8=83=E5=B1=80=EF=BC=8C=E5=87=8F?= =?UTF-8?q?=E5=B0=8F=E4=BA=86=E5=8D=A0=E7=94=A8=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 83952e1..67a93ea 100644 --- a/index.html +++ b/index.html @@ -594,10 +594,10 @@ {/* Controls */} -
-
- +
+
-
+
{loadingSongs ? : ( -
+
{listSongs.map((song, idx) => ( +

排行榜 {SOURCES.find(s=>s.id===source)?.name} @@ -1240,7 +1240,7 @@ loading && results.length === 0 ? ( ) : results.length > 0 ? ( -
+
搜索结果
{results.map((song, index) => ( {favorites.length} 首歌曲

-
+
{favorites.length > 0 ? favorites.map((song, idx) => ( -