vuepress-plugin-kanban-live2d

1.4.6 • Public • Published

vuepress-plugin-kanban-live2d看版娘插件

  • 支持moc3
  • moc3通过cdn引入

问题修复

  1. 通过jsdelivr提供的cdn服务加快了引擎的加载速
  2. 修改引擎引入时间,解决了webpack打包无法加载外部脚本的问题

用法

['vuepress-plugin-kanban-live2d',{
    // 是否开启控制台日志打印(default: false)
    log: false,
    live2d: {
      // 是否启用(关闭请设置为false)(default: true)
      enable: true,
      // 模型名称(default: hibiki)>>>取值请参考:
      // https://github.com/JoeyBling/hexo-theme-yilia-plus/wiki/live2d%E6%A8%A1%E5%9E%8B%E5%8C%85%E5%B1%95%E7%A4%BA
      model: 'bisimai_2',
      mobile: {
        show: false // 是否在移动设备上显示(default: false)
      },
      react: {
        opacity: 0.8 // 模型透明度(default: 0.8)
      }
    },
    message:{
      welcome:'xxxxx',
      closeMessage:'xxx',
      home:'xxx',
      theme:'xxx'
    }
}]

git push -u origin main 推送超时

Readme

Keywords

Package Sidebar

Install

npm i vuepress-plugin-kanban-live2d

Weekly Downloads

1

Version

1.4.6

License

ISC

Unpacked Size

36.2 kB

Total Files

16

Last publish

Collaborators

  • francissaber