diff --git a/autoload.js b/autoload.js index be9ad5dd..b6190efb 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/fghrsh/live2d_api/", + apiPath: "https://live2d.fghrsh.net/api/", + // cdnPath: "https://fastly.jsdelivr.net/gh/fghrsh/live2d_api/", tools: ["hitokoto", "switch-texture", "photo", "info", "quit"] }); });