Update autoload.js

This commit is contained in:
pymastera 2022-05-28 08:36:07 +08:00 committed by GitHub
parent 1594e84d43
commit 539cc38fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ if (screen.width >= 768) {
loadExternalResource(live2d_path + "waifu.css", "css"),
loadExternalResource(live2d_path + "live2d.min.js", "js"),
loadExternalResource(live2d_path + "waifu-tips.js", "js")
loadExternalResource(live2d_path + "drag-waifu.js", "js")
]).then(() => {
initWidget({
waifuPath: live2d_path + "waifu-tips.json",