moefyit / vuepress-plugin-meting

:cake: A simple plugin connect APlayer, Meting and VuePress.
https://moefyit.github.io/moefy-vuepress/
MIT License
32 stars 2 forks source link

mobile 同时设置 cover : false, lrc : false 时,在移动设备上无法正常展开 #4

Closed Mesimpler closed 4 years ago

Mesimpler commented 4 years ago
[
      "meting", {
        meting: {
          auto: "https://music.163.com/#/playlist?id=5156784198"
        },
        aplayer: {
          lrcType: 0
        },
        mobile: {
          cover: false,
          lrc: false
        }
      }
],
SigureMo commented 4 years ago

嘛,你是想要只有移动端不显示歌词还是都不显示呀,只有移动端的话,lrcType 设置成 3,然后加上 mobile.lrc: false,这样 歌词才能在移动端被 display: none;

如果你都不想要的话,lrcType 设置为 0,然后 mobile.lrc 就可以不设置啦~