-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
128 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
{ | ||
"name": "lx-music-desktop", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "一个免费的音乐下载助手", | ||
"main": "./dist/electron/main.js", | ||
"productName": "lx-music-desktop", | ||
"scripts": { | ||
"pack": "node build-config/pack.js && npm run pack:win:setup", | ||
"pack:win": "npm run pack:win:setup && npm run pack:win:7z", | ||
"pack:win:setup": "cross-env TARGET=Setup ARCH=x64_x86 electron-builder -w=nsis", | ||
"pack:win:portable": "npm run pack:win:portable:x64_x86 && npm run pack:win:portable:x64 && npm run pack:win:portable:x86", | ||
"pack:win:portable:x64_x86": "cross-env TARGET=便携版 ARCH=x64_x86 electron-builder -w=portable --x64 --ia32", | ||
"pack:win:portable:x64": "cross-env TARGET=便携版 ARCH=x64 electron-builder -w=portable --x64", | ||
"pack:win:portable:x86": "cross-env TARGET=便携版 ARCH=x86 electron-builder -w=portable --ia32", | ||
"pack:win:7z": "npm run pack:win:7z:x64 && npm run pack:win:7z:x86", | ||
"pack:win:7z:x64": "cross-env TARGET=绿色版 ARCH=x64 electron-builder -w=7z --x64", | ||
"pack:win:7z:x86": "cross-env TARGET=绿色版 ARCH=x86 electron-builder -w=7z --ia32", | ||
"publish": "node publish", | ||
"pub:gh": "node build-config/pack.js && electron-builder --win -p always", | ||
"pack": "node build-config/pack.js && electron-builder -w", | ||
"publish:gh": "node build-config/pack.js && npm run publish:win", | ||
"publish:win": "npm run publish:win:setup && npm run publish:win:7z", | ||
"publish:win:setup": "cross-env TARGET=Setup ARCH=x64_x86 electron-builder -w=nsis --x64 --ia32 -p always", | ||
"publish:win:portable": "npm run publish:win:portable:x64_x86 && npm run publish:win:portable:x64 && npm run publish:win:portable:x86", | ||
"publish:win:portable:x64_x86": "cross-env TARGET=portable ARCH=x64_x86 electron-builder -w=portable --x64 --ia32 -p onTagOrDraft", | ||
"publish:win:portable:x64": "cross-env TARGET=portable ARCH=x64 electron-builder -w=portable --x64 -p onTagOrDraft", | ||
"publish:win:portable:x86": "cross-env TARGET=portable ARCH=x86 electron-builder -w=portable --ia32 -p onTagOrDraft", | ||
"publish:win:7z": "npm run publish:win:7z:x64 && npm run publish:win:7z:x86", | ||
"publish:win:7z:x64": "cross-env TARGET=green ARCH=x64 electron-builder -w=7z --x64 -p onTagOrDraft", | ||
"publish:win:7z:x86": "cross-env TARGET=green ARCH=x86 electron-builder -w=7z --ia32 -p onTagOrDraft", | ||
"pack:linux": "node build-config/pack.js && electron-builder -l", | ||
"pack:dir": "node build-config/pack.js && electron-builder --dir", | ||
"dev": "node build-config/runner-dev.js", | ||
|
@@ -37,15 +56,7 @@ | |
"win": { | ||
"icon": "src/static/icons/lunch.ico", | ||
"legalTrademarks": "lyswhut", | ||
"target": [ | ||
{ | ||
"arch": [ | ||
"ia32", | ||
"x64" | ||
], | ||
"target": "nsis" | ||
} | ||
] | ||
"artifactName": "${productName} v${version} ${env.ARCH} ${env.TARGET}.${ext}" | ||
}, | ||
"linux": { | ||
"target": [ | ||
|
@@ -76,7 +87,8 @@ | |
"language": "2052", | ||
"allowToChangeInstallationDirectory": true, | ||
"differentialPackage": true, | ||
"license": "./license.rtf" | ||
"license": "./license.rtf", | ||
"shortcutName": "lx-music" | ||
}, | ||
"publish": [ | ||
{ | ||
|
@@ -90,8 +102,15 @@ | |
"type": "git", | ||
"url": "git+https://github.com/lyswhut/lx-music-desktop.git" | ||
}, | ||
"keywords": [], | ||
"author": "lyswhut", | ||
"keywords": [ | ||
"music-player", | ||
"electron-app", | ||
"vuejs2" | ||
], | ||
"author": { | ||
"name": "lyswhut", | ||
"email": "[email protected]" | ||
}, | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/lyswhut/lx-music-desktop/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
### 新增 | ||
|
||
- 新增任务栏程序标题改变功能(播放歌曲时任务栏标题将显示当前播放的歌曲) | ||
|
||
### 修复 | ||
|
||
- 使用临时接口时,试听列表中的下载按钮仍然能点击的Bug | ||
- 修复某些情况下歌曲链接未能缓存的问题 | ||
|
||
### 移除 | ||
|
||
- 移除临时接口(因服务器被攻击,本接口已关闭) | ||
- 移除列表栏设置的隐藏专辑栏选项(感觉这个设置并没有什么luan用,并且还会打破布局) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.