Skip to content

Commit

Permalink
feat: add live2d-widget (#216)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Integrated `live2d-widget` for enhanced interactivity and animation
within the app.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: fengmk2 <[email protected]>
  • Loading branch information
xcr1234 and fengmk2 authored Jul 19, 2024
1 parent cbefcab commit 8cbf0a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest'
version: '22'
version: '20'
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"eslint": "8",
"eslint-config-egg": "14",
"semver": "^7.6.2"
"semver": "7"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -18433,6 +18433,9 @@
"ufo": {
"version": "*"
},
"live2d-widget": {
"version": "*"
},
"vue-draggable-plus": {
"version": "*"
},
Expand Down

0 comments on commit 8cbf0a8

Please sign in to comment.