增加收藏歌曲和收藏歌单功能,优化播放器逻辑,修复bug以及体验优化

This commit is contained in:
qier222 2020-10-17 00:18:24 +08:00
parent 5f0ef06786
commit 7f75758b73
28 changed files with 486 additions and 270 deletions

View file

@ -11,7 +11,11 @@
<Player
v-if="this.$store.state.player.enable"
ref="player"
v-show="this.$route.name !== 'mv'"
v-show="
['mv', 'loginUsername', 'login', 'loginAccount'].includes(
this.$route.name
) === false
"
/></transition>
<GlobalEvents :filter="globalEventFilter" @keydown.space="play" />
</div>
@ -50,13 +54,9 @@ export default {
font-family: "Barlow", -apple-system, BlinkMacSystemFont, Helvetica Neue,
PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC,
WenQuanYi Micro Hei, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
// margin-top: 60px;
width: 100%;
}
html {
overflow-y: overlay;
min-width: 1000px;
@ -78,7 +78,6 @@ button {
}
input,
button {
font-family: "Barlow", sans-serif;
&:focus {
outline: none;
}