mirror of
https://github.com/stevenjoezhang/live2d-widget.git
synced 2024-11-25 14:21:28 +08:00
Update autoload.js
This commit is contained in:
parent
531a640959
commit
c051256445
@ -34,9 +34,8 @@ if (screen.width >= 768) {
|
|||||||
]).then(() => {
|
]).then(() => {
|
||||||
initWidget({
|
initWidget({
|
||||||
waifuPath: live2d_path + "waifu-tips.json",
|
waifuPath: live2d_path + "waifu-tips.json",
|
||||||
// apiPath: "https://api.zsq.im/live2d/",
|
// apiPath: "https://live2d.fghrsh.net/api/",
|
||||||
apiPath: "https://live2d.fghrsh.net/api/",
|
cdnPath: "https://cdn.jsdelivr.net/gh/fghrsh/live2d_api/"
|
||||||
// cdnPath: "https://cdn.jsdelivr.net/gh/fghrsh/live2d_api/"
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user