更新版本号
parent
c054ceeab5
commit
f33947287c
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "lx-music-desktop",
|
||||
"version": "1.22.0-beta.2",
|
||||
"version": "1.22.0-beta.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lx-music-desktop",
|
||||
"version": "1.22.0-beta.2",
|
||||
"version": "1.22.0-beta.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"bufferutil": "^4.0.6",
|
||||
|
@ -88,7 +88,7 @@
|
|||
"terser-webpack-plugin": "^5.3.3",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-loader": "^17.0.0",
|
||||
"vue-template-compiler": "^2.7.0-alpha.6",
|
||||
"vue-template-compiler": "^2.7.0-beta.2",
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.9.2",
|
||||
|
@ -16572,9 +16572,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vue-template-compiler": {
|
||||
"version": "2.7.0-alpha.6",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.0-alpha.6.tgz",
|
||||
"integrity": "sha512-JDCP08Q5FW5Uvalk1TSQPVaVXgqnM7tvDZWpNuv38hy7MemdOglY+mp5NcX516BHo4kk2ImULpeDXlMFTupajw==",
|
||||
"version": "2.7.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.0-beta.2.tgz",
|
||||
"integrity": "sha512-CG0oQI87Rsw9iCd33npVRuqEpUgXHk3SQnlVe/rO6w5VjM2tmQR4YKmbBlkKa5Ko4eIe2BrxBiyNYk/ztFM+rg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"de-indent": "^1.0.2",
|
||||
|
@ -30048,9 +30048,9 @@
|
|||
}
|
||||
},
|
||||
"vue-template-compiler": {
|
||||
"version": "2.7.0-alpha.6",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.0-alpha.6.tgz",
|
||||
"integrity": "sha512-JDCP08Q5FW5Uvalk1TSQPVaVXgqnM7tvDZWpNuv38hy7MemdOglY+mp5NcX516BHo4kk2ImULpeDXlMFTupajw==",
|
||||
"version": "2.7.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.0-beta.2.tgz",
|
||||
"integrity": "sha512-CG0oQI87Rsw9iCd33npVRuqEpUgXHk3SQnlVe/rO6w5VjM2tmQR4YKmbBlkKa5Ko4eIe2BrxBiyNYk/ztFM+rg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"de-indent": "^1.0.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lx-music-desktop",
|
||||
"version": "1.22.0-beta.2",
|
||||
"version": "1.22.0-beta.3",
|
||||
"description": "一个免费的音乐查找助手",
|
||||
"main": "./dist/main.js",
|
||||
"productName": "lx-music-desktop",
|
||||
|
@ -233,7 +233,7 @@
|
|||
"terser-webpack-plugin": "^5.3.3",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-loader": "^17.0.0",
|
||||
"vue-template-compiler": "^2.7.0-alpha.6",
|
||||
"vue-template-compiler": "^2.7.0-beta.2",
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.9.2",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
### 新增
|
||||
|
||||
- 新增设置-以全屏模式启动设置
|
||||
- 新增设置-桌面歌词设置-鼠标移入歌词区域时降低歌词透明度(#883),默认关闭,注:此功能存在平台兼容性问题,若鼠标移入移出后无法恢复到正常透明度,可尝试再移入移出即可恢复
|
||||
- 新增设置-桌面歌词设置-鼠标移入歌词区域时降低歌词透明度(#883),默认关闭,注:此功能存在平台兼容性问题,若鼠标移出后无法恢复到正常透明度,可尝试再移入移出即可恢复
|
||||
|
||||
### 优化
|
||||
|
||||
|
|
Loading…
Reference in New Issue