mirror of
https://github.com/stevenjoezhang/live2d-widget.git
synced 2024-11-22 12:39:59 +08:00
Update autoload.js
This commit is contained in:
parent
539cc38fb3
commit
84e5f74467
@ -29,7 +29,7 @@ if (screen.width >= 768) {
|
||||
Promise.all([
|
||||
loadExternalResource(live2d_path + "waifu.css", "css"),
|
||||
loadExternalResource(live2d_path + "live2d.min.js", "js"),
|
||||
loadExternalResource(live2d_path + "waifu-tips.js", "js")
|
||||
loadExternalResource(live2d_path + "waifu-tips.js", "js"),
|
||||
loadExternalResource(live2d_path + "drag-waifu.js", "js")
|
||||
]).then(() => {
|
||||
initWidget({
|
||||
|
Loading…
Reference in New Issue
Block a user