-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set modelId to 0, fix a undefined bug
- Loading branch information
Showing
6 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
在html文件中引入一个js文件即可。 | ||
|
||
```html | ||
<script src="https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].6/autoload.js"></script> | ||
<script src="https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].7/autoload.js"></script> | ||
``` | ||
|
||
## 感谢 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const live2d_path = "https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].6/"; | ||
const modelTextures = "https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].6/model/xiaomai/umaru2048/texture_00.png"; | ||
const live2d_path = "https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].7/"; | ||
const modelTextures = "https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].7/model/xiaomai/umaru2048/texture_00.png"; | ||
|
||
// 封装异步加载资源的方法 | ||
function loadExternalResource(url, type) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<script src="https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].6/autoload.js"></script> | ||
<script src="https://jsd.onmicrosoft.cn/gh/wuuconix/[email protected].7/autoload.js"></script> | ||
<title>预览</title> | ||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
33fabc8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
live2d-cdn – ./
live2d-cdn-git-main-wuuconix.vercel.app
live2d-cdn.vercel.app
live2d-cdn-wuuconix.vercel.app