Skip to content

Commit

Permalink
Update web package version
Browse files Browse the repository at this point in the history
  • Loading branch information
HeHang0 committed Aug 6, 2024
1 parent 576ea32 commit d64cd77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
26 changes: 13 additions & 13 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"colorthief": "^2.4.0",
"crypto-js": "^4.2.0",
"default-passive-events": "^2.0.0",
"element-plus": "^2.6.1",
"element-plus": "^2.7.8",
"jsmediatags": "^3.9.7",
"magic-snowflakes": "^6.3.0",
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"pinia": "^2.2.0",
"qrcode": "^1.5.4",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue3-menus": "^1.1.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jsmediatags": "^3.9.6",
"@types/node": "^20.11.1",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"cross-env": "^7.0.3",
"jszip": "^3.10.1",
"less": "^4.2.0",
"npm-run-all": "^4.1.5",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vue-tsc": "^2.0.6"
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
}
}
}
4 changes: 3 additions & 1 deletion web/src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ const play = usePlayStore();
title="播放">
</span>
<span class="music-icon" @click="play.next" title="下一首"> 后 </span>
<span class="music-icon" @click="play.next()" title="下一首">
</span>
<span
class="music-icon"
@click="play.showDesktopLyric(!play.desktopLyricShow)"
Expand Down

0 comments on commit d64cd77

Please sign in to comment.