diff --git a/autoload.js b/autoload.js index 965ba16..b82cf45 100644 --- a/autoload.js +++ b/autoload.js @@ -7,16 +7,14 @@ $("").attr({href: live2d_path + "waifu.css", rel: "stylesheet", type: "tex $.ajax({ url: live2d_path + "live2d.min.js", dataType: "script", - cache: true, - async: false + cache: true }); //live2d.min.js的绝对路径 $.ajax({ url: live2d_path + "waifu-tips.js", dataType: "script", - cache: true, - async: false + cache: true }); //waifu-tips.js的绝对路径