diff --git a/autoload.js b/autoload.js index bc64d6d..394afd0 100644 --- a/autoload.js +++ b/autoload.js @@ -1,5 +1,5 @@ // 注意:live2d_path 参数应使用绝对路径 -const live2d_path = "https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/"; +const live2d_path = "https://fastly.jsdelivr.net/gh/pymastera/live2d-widget@latest/"; //const live2d_path = "/live2d-widget/"; // 封装异步加载资源的方法