Update autoload.js

This commit is contained in:
pymastera 2022-05-27 13:26:10 +08:00 committed by GitHub
parent c82e07de9f
commit 617cbac8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/pymastera/live2d-widget@latest/";
//const live2d_path = "/live2d-widget/";
// 封装异步加载资源的方法