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 @@ - + 预览 diff --git a/push.sh b/push.sh index 688c269..dab5600 100755 --- a/push.sh +++ b/push.sh @@ -7,5 +7,5 @@ sed -i "s/v[0-9].[0-9].[0-9]/v$version/g" README.md # edit README.md sed -i "s/v[0-9].[0-9].[0-9]/v$version/g" index.html git add . && git commit -m "$message" && \ -git tag -a $version -m "v$version: $message" && \ +git tag -a v$version -m "v$version: $message" && \ git push && git push origin v$version \ No newline at end of file