From d46211019680a7fae91f7f4015a80147b2404aa2 Mon Sep 17 00:00:00 2001 From: PFiS <69380732+PFiS1737@users.noreply.github.com> Date: Sun, 14 Feb 2021 21:16:11 +0800 Subject: [PATCH] Update autoload.js --- autoload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload.js b/autoload.js index 08c1cce..33d808a 100644 --- a/autoload.js +++ b/autoload.js @@ -1,5 +1,5 @@ // 注意:live2d_path 参数应使用绝对路径 -const live2d_path = "https://cdn.jsdelivr.net/gh/PFiS/live2d-widget@latest/"; +const live2d_path = "https://cdn.jsdelivr.net/gh/PFiS1737/live2d-widget@latest/"; // 封装异步加载资源的方法 function loadExternalResource(url, type) {