修改其他资源获取路径

master 1.0.0
shendongjun 2 years ago
parent adaf564a7c
commit 226accdcf9

@ -4,8 +4,8 @@
// 注意live2d_path 参数应使用绝对路径
// const live2d_path = "https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/";
// const live2d_path = "https://cdn.jsdelivr.net/gh/shendongjun/live2d-widget/";
const live2d_path = "/live2d-widget/";
const live2d_path = "https://fastly.jsdelivr.net/gh/shendongjun/live2d-widget@latest/";
// const live2d_path = "/live2d-widget/";
// 封装异步加载资源的方法
function loadExternalResource(url, type) {

Loading…
Cancel
Save