添加自定义看板娘

Kesa...小于 1 分钟vuepress

原项目地址:stevenjoezhang/live2d-widget/open in new window

1. 直接使用

在配置文件中添加脚本, config.ts:

head: [
    [
      'script',
      {
        src: 'https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/autoload.js',
      },
    ],
  ]

2. 自定义

Fork 源项目,进行自定修改后,创建 Releases 并填写 tag,之后将src改成

https://fastly.jsdelivr.net/gh/username/live2d-widget@latest/autoload.js即可。

Reference

  1. stevenjoezhang/live2d-widget/open in new window Github repo
上次编辑于:
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.2