mirror of
https://github.com/Buriburizaem0n/live2d.git
synced 2026-02-04 03:20:02 +00:00
bugs
This commit is contained in:
4
live2d/dist/auto.js
vendored
4
live2d/dist/auto.js
vendored
@@ -44,7 +44,9 @@ if (screen.width >= 600) {
|
|||||||
loadExternalResource("https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css", "css"),
|
loadExternalResource("https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css", "css"),
|
||||||
loadExternalResource("https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js", "js")
|
loadExternalResource("https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js", "js")
|
||||||
]).then(() => {
|
]).then(() => {
|
||||||
Promise.loadExternalResource(live2d_path + "/dist/waifu-tips.js", "js");
|
Promise.all([
|
||||||
|
loadExternalResource(live2d_path + "/dist/waifu-tips.js", "js")
|
||||||
|
]);
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
loadExternalResource("https://cdn.jsdelivr.net/npm/meting@2.0.1/dist/Meting.min.js", "js");
|
loadExternalResource("https://cdn.jsdelivr.net/npm/meting@2.0.1/dist/Meting.min.js", "js");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user