diff --git a/xiaomusic/static/changpian.png b/xiaomusic/static/changpian.png new file mode 100644 index 0000000..a91f599 Binary files /dev/null and b/xiaomusic/static/changpian.png differ diff --git a/xiaomusic/static/tailwind/index.html b/xiaomusic/static/tailwind/index.html index f6e807a..94df40a 100644 --- a/xiaomusic/static/tailwind/index.html +++ b/xiaomusic/static/tailwind/index.html @@ -146,7 +146,7 @@
  • - {{ playlist.name }} + {{ playlist.name }}
    {{ playlist.count }}
  • @@ -255,7 +255,7 @@
    - +
    @@ -503,7 +503,7 @@ title: tags.title || data.cur_music, artist: tags.artist || '未知歌手', album: tags.album || '未知专辑', - cover: tags.picture || "/static/xiaoai.png", + cover: tags.picture || "/static/changpian.png", url: musicInfo.url, isPlaying: data.is_playing }; @@ -515,7 +515,7 @@ title: data.cur_music, artist: '未知歌手', album: '未知专辑', - cover: "/static/xiaoai.png", + cover: "/static/changpian.png", isPlaying: data.is_playing }; } @@ -697,7 +697,7 @@ artist: '未知歌手', album: '未知专辑', duration: '0:00', - cover: '/static/xiaoai.png', + cover: '/static/changpian.png', url: '', isLoading: false }; @@ -711,7 +711,7 @@ year: info.tags?.year || '', genre: info.tags?.genre || '', duration: info.duration ? formatTime(info.duration) : '0:00', - cover: info.tags?.picture || '/static/xiaoai.png', + cover: info.tags?.picture || '/static/changpian.png', url: info.url, lyrics: info.tags?.lyrics || '', isLoading: false @@ -1214,7 +1214,7 @@ artist: '未知歌手', album: '未知专辑', duration: '0:00', - cover: '/static/xiaoai.png', + cover: '/static/changpian.png', url: '', isLoading: false }));