Update autoload.js

This commit is contained in:
PFiS 2021-02-14 21:14:34 +08:00 committed by GitHub
parent dcfe4b7279
commit f35dae187c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
// 注意live2d_path 参数应使用绝对路径
const live2d_path = "/effect/Live2D/live2d-widget/";
const live2d_path = "https://cdn.jsdelivr.net/gh/PFiS/live2d-widget@latest/";
// 封装异步加载资源的方法
function loadExternalResource(url, type) {