Skip to content

Commit

Permalink
🐞 fix: 修复标题栏无法正常显示 #142
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Feb 22, 2024
1 parent 847c2e5 commit ff00f0c
Show file tree
Hide file tree
Showing 3 changed files with 933 additions and 894 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "splayer",
"version": "2.0.3",
"version": "2.0.4",
"description": "A minimalist music player",
"main": "./out/main/index.js",
"author": "imsyy",
Expand Down Expand Up @@ -30,12 +30,12 @@
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@material/material-color-utilities": "^0.2.7",
"NeteaseCloudMusicApi": "^4.14.1",
"axios": "^1.6.5",
"NeteaseCloudMusicApi": "^4.15.3",
"axios": "^1.6.7",
"colorthief": "^2.4.0",
"electron-dl": "^3.5.1",
"electron-dl": "^3.5.2",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"electron-updater": "^6.1.8",
"express": "^4.18.2",
"express-http-proxy": "^2.0.0",
"howler": "^2.2.4",
Expand All @@ -47,30 +47,30 @@
"pinia-plugin-persistedstate": "^3.2.1",
"plyr": "^3.7.8",
"screenfull": "^6.0.2",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vue-slider-component": "4.1.0-beta.7"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@rushstack/eslint-patch": "^1.7.0",
"@vitejs/plugin-vue": "^5.0.3",
"@rushstack/eslint-patch": "^1.7.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"ajv": "^8.12.0",
"electron": "^28.1.4",
"electron-builder": "^24.9.1",
"electron-log": "^5.0.3",
"electron": "^28.2.4",
"electron-builder": "^24.12.0",
"electron-log": "^5.1.1",
"electron-vite": "^2.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.21.1",
"naive-ui": "^2.37.3",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"terser": "^5.27.0",
"unplugin-auto-import": "^0.17.3",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"terser": "^5.27.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-pwa": "^0.17.5",
"vue": "3.4.8"
}
}
Loading

0 comments on commit ff00f0c

Please sign in to comment.