From 5d0ea3b535e94ded8817ee6976bceac7b344b91e Mon Sep 17 00:00:00 2001 From: shendongjun <2582107004@qq.com> Date: Sat, 10 Jun 2023 20:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload.js b/autoload.js index 4c390a8..bd919e1 100644 --- a/autoload.js +++ b/autoload.js @@ -3,7 +3,7 @@ //waifu.css:看板娘的样式表。可以对看板娘的位置布局等做自定义修改 // 注意:live2d_path 参数应使用绝对路径 -const live2d_path = "https://fastly.jsdelivr.net/gh/shendongjun/live2d-widget@latest/"; //这个是github的cdn镜像 +const live2d_path = "https://fastly.jsdelivr.net/gh/shendongjun/live2d-widget@1.0.7/"; //这个是github的cdn镜像 // const live2d_path = "https://npm.elemecdn.com/shendongjun-live2dwidget@latest/"; //这个是element镜像 // const live2d_path = "/live2d-widget/";