From 77b0cb06f9f26cfdfdad1a9dd0cc3d3450a4e5c7 Mon Sep 17 00:00:00 2001 From: pymastera <89636508+pymastera@users.noreply.github.com> Date: Fri, 27 May 2022 13:38:13 +0800 Subject: [PATCH] Update autoload.js --- autoload.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autoload.js b/autoload.js index 05d842e..2daf760 100644 --- a/autoload.js +++ b/autoload.js @@ -28,10 +28,8 @@ 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 + "live2d.min.js", "js"), - loadExternalResource(live2d_path + "waifu-tips.js", "js"), - + loadExternalResource(live2d_path + "waifu-tips.js", "js") ]).then(() => { initWidget({ waifuPath: live2d_path + "waifu-tips.json",