From d598ff939b6730df244e91ea0ef2867a4f429cee Mon Sep 17 00:00:00 2001 From: pymastera <89636508+pymastera@users.noreply.github.com> Date: Fri, 27 May 2022 13:37:13 +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 00d7402..05d842e 100644 --- a/autoload.js +++ b/autoload.js @@ -28,7 +28,7 @@ function loadExternalResource(url, type) { if (screen.width >= 768) { Promise.all([ loadExternalResource(live2d_path + "waifu.css", "css"), - loadExternalResource(live2d_path + "drag.js", "js") + loadExternalResource(live2d_path + "drag.js", "js"), loadExternalResource(live2d_path + "live2d.min.js", "js"), loadExternalResource(live2d_path + "waifu-tips.js", "js"),