Skip to content

Commit

Permalink
🐞 fix: 修复标题栏异常消失 #142
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Mar 14, 2024
1 parent 0b87117 commit d46c4c4
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 175 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "splayer",
"version": "2.0.4",
"version": "2.0.5",
"description": "A minimalist music player",
"main": "./out/main/index.js",
"author": "imsyy",
Expand Down Expand Up @@ -30,11 +30,11 @@
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@material/material-color-utilities": "^0.2.7",
"NeteaseCloudMusicApi": "^4.15.5",
"NeteaseCloudMusicApi": "^4.15.6",
"axios": "^1.6.7",
"colorthief": "^2.4.0",
"electron-dl": "^3.5.2",
"electron-store": "^8.1.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.1.8",
"express": "^4.18.3",
"express-http-proxy": "^2.0.0",
Expand All @@ -56,19 +56,19 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"ajv": "^8.12.0",
"electron": "^28.2.5",
"electron": "^28.2.7",
"electron-builder": "^24.13.3",
"electron-log": "^5.1.1",
"electron-log": "^5.1.2",
"electron-vite": "^2.1.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vue": "^9.23.0",
"naive-ui": "^2.38.1",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"terser": "^5.28.1",
"sass": "^1.72.0",
"terser": "^5.29.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vite": "^5.1.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.17.5",
"vue": "3.4.8"
Expand Down
Loading

0 comments on commit d46c4c4

Please sign in to comment.