更新依赖
parent
56a752dc26
commit
bc6272a0ed
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -178,14 +178,14 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
|
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.17.10",
|
"@babel/core": "^7.17.12",
|
||||||
"@babel/eslint-parser": "^7.17.0",
|
"@babel/eslint-parser": "^7.17.0",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||||
"@babel/plugin-transform-modules-umd": "^7.16.7",
|
"@babel/plugin-transform-modules-umd": "^7.17.12",
|
||||||
"@babel/plugin-transform-runtime": "^7.17.10",
|
"@babel/plugin-transform-runtime": "^7.17.12",
|
||||||
"@babel/polyfill": "^7.12.1",
|
"@babel/polyfill": "^7.12.1",
|
||||||
"@babel/preset-env": "^7.17.10",
|
"@babel/preset-env": "^7.17.12",
|
||||||
"babel-loader": "^8.2.5",
|
"babel-loader": "^8.2.5",
|
||||||
"babel-preset-minify": "^0.5.2",
|
"babel-preset-minify": "^0.5.2",
|
||||||
"browserslist": "^4.20.3",
|
"browserslist": "^4.20.3",
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"css-loader": "^6.7.1",
|
"css-loader": "^6.7.1",
|
||||||
"css-minimizer-webpack-plugin": "^3.4.1",
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
||||||
"del": "^6.0.0",
|
"del": "^6.1.0",
|
||||||
"electron": "^13.6.9",
|
"electron": "^13.6.9",
|
||||||
"electron-builder": "^23.0.9",
|
"electron-builder": "^23.0.9",
|
||||||
"electron-debug": "^3.2.0",
|
"electron-debug": "^3.2.0",
|
||||||
|
|
|
@ -228,6 +228,7 @@ export default ({ setting }) => {
|
||||||
// 播放音乐
|
// 播放音乐
|
||||||
const playMusic = async() => {
|
const playMusic = async() => {
|
||||||
// console.log('playMusic')
|
// console.log('playMusic')
|
||||||
|
isGettingUrl = false
|
||||||
setStopStatus()
|
setStopStatus()
|
||||||
if (window.restorePlayInfo) {
|
if (window.restorePlayInfo) {
|
||||||
handleRestorePlay(window.restorePlayInfo)
|
handleRestorePlay(window.restorePlayInfo)
|
||||||
|
|
Loading…
Reference in New Issue