Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed May 20, 2022
1 parent 811237e commit 014628c
Show file tree
Hide file tree
Showing 6 changed files with 1,220 additions and 1,453 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"cSpell.words": ["Vite","netease"],
"cSpell.words": [
"envinfo",
"netease",
"pnpm",
"Vite"
],
"i18n-ally.localesPaths": [
"src/locale",
"src/locale/lang"
Expand Down
1 change: 0 additions & 1 deletion netease_api
Submodule netease_api deleted from 3382a6
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "vite preview",
"preview-https": "serve dist",
"start": "nodemon --config nodemon.json",
"netease_api:install": "cd ./netease_api && npm install",
"netease_api:run": "npx NeteaseCloudMusicApi",
"envinfo": "npx envinfo --npmPackages --system --browsers --binaries --duplicates"
},
"lint-staged": {
Expand Down Expand Up @@ -45,8 +45,8 @@
"@iconify-json/codicon": "1.0.13",
"@iconify-json/emojione": "1.0.2",
"@iconify-json/fluent": "1.0.15",
"@sentry/tracing": "^6.19.2",
"@sentry/vue": "^6.19.2",
"@sentry/tracing": "^6.19.7",
"@sentry/vue": "^6.19.7",
"@types/nprogress": "0.2.0",
"@types/qrcode": "1.4.2",
"@types/qs": "6.9.7",
Expand All @@ -55,7 +55,7 @@
"@vue/composition-api": "1.4.5",
"@vue/runtime-dom": "3.2.33",
"@vueuse/core": "7.5.5",
"NeteaseCloudMusicApi": "link:netease_api",
"NeteaseCloudMusicApi": "^4.5.14",
"axios": "0.26.1",
"change-case": "4.1.2",
"cli-color": "2.0.2",
Expand Down Expand Up @@ -124,6 +124,6 @@
"sass": "1.51.0"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
}

1 comment on commit 014628c

@vercel
Copy link

@vercel vercel bot commented on 014628c May 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.