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
1594e84d43
commit
539cc38fb3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user