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) => ( -