{{ toastMessage }}
music_note
小爱音箱播放器
v{{ version }}
search
{{ currentTheme === 'light' ? 'light_mode' : 'dark_mode' }}
选择主题
{{ theme }}
download
settings
home
computer
refresh
qr_code_scanner
我的歌单
{{ playlist.name }}
{{ playlist.count }}
自定义歌单
{{ playlist.name }}
{{ playlist.count }}
{{ currentPlaylist }}
#
歌曲标题
歌手
专辑
操作
{{ index + 1 }}
{{ song.title }}
{{ song.artist }}
{{ song.album }}
{{ currentSong?.title === song.title && isPlaying ? 'pause' : 'play_arrow' }}
more_vert
favorite
{{ favoriteList.includes(song.title) ? '取消收藏' : '收藏' }}
delete
删除
{{ currentSong?.title }}
{{ currentSong?.artist }} - {{ currentSong?.album }}
{{ currentPlaylist }}
{{ currentSong && favoriteList.includes(currentSong.title) ? 'favorite' : 'favorite_border' }}
{{ currentPlayMode === 0 ? 'repeat' : currentPlayMode === 1 ? 'repeat_one' : currentPlayMode === 2 ? 'shuffle' : currentPlayMode === 3 ? 'arrow_forward' : 'playlist_play' }}
skip_previous
{{ isPlaying ? 'pause' : 'play_arrow' }}
skip_next
stop
{{ formatTime(currentTime) }}
{{ formatTime(duration) }}
volume_up
关闭