Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuepress-plugin-kanban-live2d

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-plugin-kanban-live2d

vuepress 看板娘插件,支持moc3.0

  • 1.4.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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 推送超时

Keywords

FAQs

Package last updated on 09 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc