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