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
84e5f74467
commit
ce1b51c033
@ -29,8 +29,7 @@ if (screen.width >= 768) {
|
|||||||
Promise.all([
|
Promise.all([
|
||||||
loadExternalResource(live2d_path + "waifu.css", "css"),
|
loadExternalResource(live2d_path + "waifu.css", "css"),
|
||||||
loadExternalResource(live2d_path + "live2d.min.js", "js"),
|
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(() => {
|
]).then(() => {
|
||||||
initWidget({
|
initWidget({
|
||||||
waifuPath: live2d_path + "waifu-tips.json",
|
waifuPath: live2d_path + "waifu-tips.json",
|
||||||
|
Loading…
Reference in New Issue
Block a user