From ec3e927150e7ab1167d66a262cbe684b63cc1eb2 Mon Sep 17 00:00:00 2001 From: nicocatxzc <114812330+nicocatxzc@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:48:40 +0800 Subject: [PATCH] Update autoload.js --- autoload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload.js b/autoload.js index 4bb8eb6..85ef284 100644 --- a/autoload.js +++ b/autoload.js @@ -45,7 +45,7 @@ if (isMobile()) { initWidget({ waifuPath: live2d_path + "waifu-tips.json", //apiPath: "https://live2d.fghrsh.net/api/", - cdnPath: "/live2djs/", + cdnPath: "https://fastly.jsdelivr.net/gh/fghrsh/live2d_api/", tools: ["hitokoto", "asteroids", "switch-model", "switch-texture", "photo", "info", "quit"] }); }); @@ -59,7 +59,7 @@ if (isMobile()) { initWidget({ waifuPath: live2d_path + "waifu-tips.json", //apiPath: "https://live2d.fghrsh.net/api/", - cdnPath: "/live2djs/", + cdnPath: "https://fastly.jsdelivr.net/gh/fghrsh/live2d_api/", tools: ["hitokoto", "asteroids", "switch-model", "switch-texture", "photo", "info", "quit"] }); });