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

🌟 update: mobile Meting show #2

Closed Saszr closed 4 years ago

Saszr commented 4 years ago

优化了移动端的全局吸底显示 (原本的在移动端挡博客内容 感觉改的有点暴力

效果查看:白日醒梦

SigureMo commented 4 years ago

嗯嗯,我觉得这个可以做一个 option,具体改法我考虑下再 merge

SigureMo commented 4 years ago

抱歉前几天一直有事,今天才 merge 的

更新到 0.1.0 之后加上配置项 mobile 就可以实现这个效果了

module.exports = {
  plugins: [
    'meting', {
      metingApi,
      meting,
      aplayer,
      mobile: {
        cover: false
      }
    }
  ]
}