From c0512564452fd4da78966cd803a68d20fe4d3579 Mon Sep 17 00:00:00 2001 From: PFiS <69380732+PFiS1737@users.noreply.github.com> Date: Sun, 14 Feb 2021 22:19:39 +0800 Subject: [PATCH] Update autoload.js --- autoload.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/autoload.js b/autoload.js index 33d808a..95b3212 100644 --- a/autoload.js +++ b/autoload.js @@ -34,9 +34,8 @@ if (screen.width >= 768) { ]).then(() => { initWidget({ waifuPath: live2d_path + "waifu-tips.json", - // apiPath: "https://api.zsq.im/live2d/", - apiPath: "https://live2d.fghrsh.net/api/", - // cdnPath: "https://cdn.jsdelivr.net/gh/fghrsh/live2d_api/" + // apiPath: "https://live2d.fghrsh.net/api/", + cdnPath: "https://cdn.jsdelivr.net/gh/fghrsh/live2d_api/" }); }); }