From 82feaab6977b04b852a3cbc7d2b13b4474c6a7e1 Mon Sep 17 00:00:00 2001 From: Jinrong Duan Date: Tue, 24 Jan 2023 00:03:06 +0800 Subject: [PATCH] fix bug --- autoload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload.js b/autoload.js index aee6b697..be9ad5dd 100644 --- a/autoload.js +++ b/autoload.js @@ -1,5 +1,5 @@ // live2d_path 参数建议使用绝对路径 -const live2d_path = "https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/"; +const live2d_path = "https://fastly.jsdelivr.net/gh/duanjr/live2d-widget@latest/"; //const live2d_path = "/live2d-widget/"; // 封装异步加载资源的方法 @@ -36,7 +36,7 @@ if (screen.width >= 768) { waifuPath: live2d_path + "waifu-tips.json", //apiPath: "https://live2d.fghrsh.net/api/", cdnPath: "https://fastly.jsdelivr.net/gh/fghrsh/live2d_api/", - tools: ["hitokoto", "asteroids", "switch-model", "switch-texture", "photo", "info", "quit"] + tools: ["hitokoto", "switch-texture", "photo", "info", "quit"] }); }); }