From bf4ecbc81ded91a25cb3ed0fa6df189e0a4d10be Mon Sep 17 00:00:00 2001 From: shendongjun <2582107004@qq.com> Date: Sat, 10 Jun 2023 20:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEapi=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoload.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autoload.js b/autoload.js index 0319ca3..167b8a1 100644 --- a/autoload.js +++ b/autoload.js @@ -40,8 +40,9 @@ if (screen.width >= 768) { waifuPath: live2d_path + "waifu-tips.json", // 这里是live2d的后端api设置,没有api是显示不出模型的哦~ (api是后端服务即已经部署过的后端服务,可以通过Vercel部署,自行百度即可,其实挺简单;cdn则是npm的cdn地址;) // apiPath: "https://live2d.fghrsh.net/api/", - cdnPath: "https://npm.elemecdn.com/akilar-live2dapi@latest/" - // cdnPath: "https://npm.elemecdn.com/shendongjun-live2dapi@latest/" + // cdnPath: "https://npm.elemecdn.com/akilar-live2dapi@latest/" + cdnPath: "https://npm.elemecdn.com/akilar-live2dapi@1.0.6/" + // cdnPath: "https://npm.elemecdn.com/shendongjun-live2dapi@1.0.5/" }); }); }