From 226accdcf91703283e3ac5654dc83191e31cb8b8 Mon Sep 17 00:00:00 2001 From: shendongjun <2582107004@qq.com> Date: Sat, 10 Jun 2023 13:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B6=E4=BB=96=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E8=8E=B7=E5=8F=96=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload.js b/autoload.js index cba8a12..097d677 100644 --- a/autoload.js +++ b/autoload.js @@ -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) {