Skip to content

Commit 4342f4f

Browse files
Release 1.0.0-rc.3
1 parent 41975e0 commit 4342f4f

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can also check out example web pages:
3030
If you are a beginner or only need the basic functionality, you can simply add the following line of code to the `head` or `body` of your HTML page to load the widget:
3131

3232
```html
33-
<script src="https://fastly.jsdelivr.net/npm/live2d-widgets@1.0.0-rc.2/dist/autoload.js"></script>
33+
<script src="https://fastly.jsdelivr.net/npm/live2d-widgets@1.0.0-rc.3/dist/autoload.js"></script>
3434
```
3535

3636
The placement of the code depends on how your website is built. For example, if you are using [Hexo](https://hexo.io), you need to add the above code to the template file of your theme. The modification process is similar for pages generated using various template engines.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
如果你是小白,或者只需要最基础的功能,那么只用将这一行代码加入 html 页面的 `head``body` 中,即可加载看板娘:
3131

3232
```html
33-
<script src="https://fastly.jsdelivr.net/npm/live2d-widgets@1.0.0-rc.2/dist/autoload.js"></script>
33+
<script src="https://fastly.jsdelivr.net/npm/live2d-widgets@1.0.0-rc.3/dist/autoload.js"></script>
3434
```
3535

3636
添加代码的位置取决于你的网站的构建方式。例如,如果你使用的是 [Hexo](https://hexo.io),那么需要在主题的模版文件中添加以上代码。对于用各种模版引擎生成的页面,修改方法类似。

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "live2d-widgets",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"description": "Live2D widget for web pages",
55
"main": "build/index.js",
66
"files": [
77
"build",
8+
"!build/CubismSdkForWeb*",
89
"demo",
910
"dist",
1011
"src",
12+
"!src/CubismSdkForWeb*",
1113
"README.en.md"
1214
],
1315
"types": "build/index.d.ts",
@@ -35,13 +37,13 @@
3537
"@fortawesome/fontawesome-free": "6.7.2"
3638
},
3739
"devDependencies": {
38-
"@eslint/js": "9.26.0",
39-
"@rollup/plugin-alias": "^5.1.1",
40+
"@eslint/js": "9.27.0",
41+
"@rollup/plugin-alias": "5.1.1",
4042
"@rollup/plugin-terser": "0.4.4",
41-
"@types/node": "22.15.14",
42-
"eslint": "9.26.0",
43-
"rollup": "4.40.2",
43+
"@types/node": "22.15.21",
44+
"eslint": "9.27.0",
45+
"rollup": "4.41.1",
4446
"typescript": "5.8.3",
45-
"typescript-eslint": "8.32.0"
47+
"typescript-eslint": "8.32.1"
4648
}
4749
}

0 commit comments

Comments
 (0)