diff --git a/README.md b/README.md index bacef9b..7bf24cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 在html文件中引入一个js文件即可。 ```html - + ``` ## 在线预览 diff --git a/autoload.js b/autoload.js index d44287d..7ff3a9b 100644 --- a/autoload.js +++ b/autoload.js @@ -1,5 +1,5 @@ -const live2d_path = "https://fastly.jsdelivr.net/gh/wuuconix/live2d-cdn@v0.1.4/"; -const modelTextures = "https://fastly.jsdelivr.net/gh/wuuconix/live2d-cdn@v0.1.4/model/xiaomai/umaru2048/texture_00.png"; +const live2d_path = "https://fastly.jsdelivr.net/gh/wuuconix/live2d-cdn@v0.1.5/"; +const modelTextures = "https://fastly.jsdelivr.net/gh/wuuconix/live2d-cdn@v0.1.5/model/xiaomai/umaru2048/texture_00.png"; // 封装异步加载资源的方法 function loadExternalResource(url, type) { diff --git a/index.html b/index.html index 30a8e78..67c6978 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - +