diff --git a/autoload.js b/autoload.js index 018400a0..382fec47 100644 --- a/autoload.js +++ b/autoload.js @@ -34,8 +34,8 @@ if (screen.width >= 768) { // 配置选项的具体用法见 README.md initWidget({ waifuPath: live2d_path + "waifu-tips.json", - // apiPath: "https://live2d.fghrsh.net/api/", - cdnPath: "https://fastly.jsdelivr.net/gh/duanjr/live2d_api/", + apiPath: "https://live2d.fghrsh.net/api/", + // cdnPath: "https://fastly.jsdelivr.net/gh/duanjr/live2d_api/", tools: ["hitokoto", "switch-texture", "photo", "info", "quit"] }); });