Update autoload.js

This commit is contained in:
pymastera 2022-05-27 13:37:13 +08:00 committed by GitHub
parent 39a4c40d0e
commit d598ff939b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"),