From 23a75415a45c28f150ce647b92057d76fe0f542e Mon Sep 17 00:00:00 2001 From: Jinrong Duan Date: Tue, 24 Jan 2023 20:39:40 +0800 Subject: [PATCH] hihihi --- autoload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }); });