Site updated: 2022-11-08 15:59:28

This commit is contained in:
llbzow
2022-11-08 15:59:28 +00:00
parent 267e5f619e
commit 04da3ef78c
23 changed files with 880 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
// live2d_path 参数建议使用绝对路径
//const live2d_path = "https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/";
const live2d_path = "http://blog.llbzow,tk/path/to/live2d-widget/";
// const live2d_path = "https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/";
const live2d_path = "/live2d-widget/";
// 封装异步加载资源的方法
function loadExternalResource(url, type) {