From 50b2334d0b758e571578773ee2c363e9255bbbed Mon Sep 17 00:00:00 2001 From: 510208 Date: Fri, 14 Jul 2023 10:50:26 +0800 Subject: [PATCH] Update autoload.js --- autoload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload.js b/autoload.js index 42a6763..60bd75a 100644 --- a/autoload.js +++ b/autoload.js @@ -35,7 +35,7 @@ if (screen.width >= 768) { initWidget({ waifuPath: live2d_path + "waifu-tips.json", //apiPath: "https://live2d.fghrsh.net/api/", - cdnPath: "https://fastly.jsdelivr.net/gh/fghrsh/live2d_api/", + cdnPath: "https://fastly.jsdelivr.net/gh/510208/live2d_api/", tools: ["hitokoto", "asteroids", "switch-model", "switch-texture", "photo", "info", "quit"] }); });