mirror of
https://github.com/stevenjoezhang/live2d-widget.git
synced 2024-11-22 20:59:59 +08:00
Update autoload.js
This commit is contained in:
parent
39a4c40d0e
commit
d598ff939b
@ -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"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user