Skip to content

Commit 41f4130

Browse files
committed
Merge branch 'dev'
2 parents aa4b094 + 8e19f3f commit 41f4130

29 files changed

Lines changed: 1665 additions & 1324 deletions

.ncurc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
reject: [
44
'electron',
55
'chalk',
6+
'del',
67
],
78
// target: 'newest',
89
// filter: [

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
77
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
88

9+
## [1.22.2](https://github.com/lyswhut/lx-music-desktop/compare/v1.22.1...v1.22.2) - 2022-08-18
10+
11+
### 优化
12+
13+
- 为tx、kw源添加 Flac 24bit 音质显示,注:由于之前没有记录此音质,所以之前收藏的歌曲信息中不包含它
14+
15+
### 修复
16+
17+
- 修复无法批量排序歌曲的问题
18+
- 修复某些缺失的繁体中文翻译
19+
- 修复企鹅音乐搜索失效的问题
20+
21+
### 其他
22+
23+
- 降级electron到v15.5.7
24+
925
## [1.22.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.22.0...v1.22.1) - 2022-07-09
1026

1127
### 优化

jsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
"compilerOptions": {
33
"baseUrl": "./",
44
"paths": {
5+
"@/*": ["src/*"],
56
"@main/*": ["src/main/*"],
67
"@renderer/*": ["src/renderer/*"],
78
"@lyric/*": ["src/renderer-lyric/*"],
89
"@static/*": ["src/static/*"],
910
"@common/*": ["src/common/*"],
10-
}
11+
},
12+
},
13+
"vueCompilerOptions": {
14+
"experimentalDisableTemplateSupport": true
1115
},
1216
"exclude": ["node_modules", "build", "dist"]
1317
}

package-lock.json

Lines changed: 1363 additions & 1115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "1.22.1",
3+
"version": "1.22.2",
44
"description": "一个免费的音乐查找助手",
55
"main": "./dist/main.js",
66
"productName": "lx-music-desktop",
@@ -70,7 +70,7 @@
7070
"up": "cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=http://localhost:1081 npm i"
7171
},
7272
"browserslist": [
73-
"Electron 17.4.7"
73+
"Electron 15.5.7"
7474
],
7575
"engines": {
7676
"node": ">= 16",
@@ -178,34 +178,34 @@
178178
},
179179
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
180180
"devDependencies": {
181-
"@babel/core": "^7.18.6",
182-
"@babel/eslint-parser": "^7.18.2",
181+
"@babel/core": "^7.18.10",
182+
"@babel/eslint-parser": "^7.18.9",
183183
"@babel/plugin-proposal-class-properties": "^7.18.6",
184184
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
185185
"@babel/plugin-transform-modules-umd": "^7.18.6",
186-
"@babel/plugin-transform-runtime": "^7.18.6",
187-
"@babel/preset-env": "^7.18.6",
186+
"@babel/plugin-transform-runtime": "^7.18.10",
187+
"@babel/preset-env": "^7.18.10",
188188
"babel-loader": "^8.2.5",
189189
"babel-preset-minify": "^0.5.2",
190-
"browserslist": "^4.21.1",
190+
"browserslist": "^4.21.3",
191191
"chalk": "^4.1.2",
192192
"changelog-parser": "^2.8.1",
193193
"copy-webpack-plugin": "^11.0.0",
194-
"core-js": "^3.23.3",
194+
"core-js": "^3.24.1",
195195
"cross-env": "^7.0.3",
196196
"css-loader": "^6.7.1",
197197
"css-minimizer-webpack-plugin": "^4.0.0",
198198
"del": "^6.1.1",
199-
"electron": "^17.4.10",
200-
"electron-builder": "^23.3.0",
199+
"electron": "^15.5.7",
200+
"electron-builder": "^23.3.3",
201201
"electron-debug": "^3.2.0",
202202
"electron-devtools-installer": "^3.2.0",
203-
"electron-to-chromium": "^1.4.184",
204-
"electron-updater": "^5.1.0",
205-
"eslint": "^8.19.0",
203+
"electron-to-chromium": "^1.4.224",
204+
"electron-updater": "^5.2.1",
205+
"eslint": "^8.22.0",
206206
"eslint-config-standard": "^17.0.0",
207207
"eslint-formatter-friendly": "git+https://github.com/lyswhut/eslint-friendly-formatter.git#2170d1320e2fad13615a9dcf229669f0bb473a53",
208-
"eslint-plugin-html": "^6.2.0",
208+
"eslint-plugin-html": "^7.1.0",
209209
"eslint-plugin-import": "^2.26.0",
210210
"eslint-plugin-node": "^11.1.0",
211211
"eslint-plugin-promise": "^6.0.0",
@@ -216,8 +216,8 @@
216216
"less-loader": "^11.0.0",
217217
"mini-css-extract-plugin": "^2.6.1",
218218
"node-loader": "^2.0.0",
219-
"postcss": "^8.4.14",
220-
"postcss-loader": "^7.0.0",
219+
"postcss": "^8.4.16",
220+
"postcss-loader": "^7.0.1",
221221
"postcss-pxtorem": "^6.0.0",
222222
"pug": "^3.0.2",
223223
"pug-loader": "^2.4.0",
@@ -228,25 +228,26 @@
228228
"svg-sprite-loader": "^6.0.11",
229229
"svg-transform-loader": "^2.0.13",
230230
"svgo-loader": "^3.0.1",
231-
"terser-webpack-plugin": "^5.3.3",
231+
"terser": "^5.14.2",
232+
"terser-webpack-plugin": "^5.3.5",
232233
"url-loader": "^4.1.1",
233234
"vue-loader": "^17.0.0",
234-
"vue-template-compiler": "^2.7.4",
235-
"webpack": "^5.73.0",
235+
"vue-template-compiler": "^2.7.8",
236+
"webpack": "^5.74.0",
236237
"webpack-cli": "^4.10.0",
237-
"webpack-dev-server": "^4.9.3",
238+
"webpack-dev-server": "^4.10.0",
238239
"webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1",
239240
"webpack-merge": "^5.8.0"
240241
},
241242
"dependencies": {
242243
"bufferutil": "^4.0.6",
243244
"crypto-js": "^4.1.1",
244245
"electron-log": "^4.4.8",
245-
"electron-store": "^8.0.2",
246+
"electron-store": "^8.1.0",
246247
"font-list": "git+https://github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d",
247248
"http-terminator": "^3.2.0",
248249
"iconv-lite": "^0.6.3",
249-
"image-size": "^1.0.1",
250+
"image-size": "^1.0.2",
250251
"koa": "^2.13.4",
251252
"long": "^5.2.0",
252253
"mitt": "^3.0.0",
@@ -258,8 +259,8 @@
258259
"tunnel": "^0.0.6",
259260
"utf-8-validate": "^5.0.9",
260261
"vue": "^3.2.37",
261-
"vue-i18n": "^9.2.0-beta.36",
262-
"vue-router": "^4.1.1",
262+
"vue-i18n": "^9.2.2",
263+
"vue-router": "^4.1.3",
263264
"vuex": "^4.0.2"
264265
},
265266
"overrides": {

publish/changeLog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
### 优化
22

3-
- 歌单列表添加歌单内歌曲数量显示,注:目前只有kw、mg、wy、tx(部分)源支持显示
3+
- 为tx、kw源添加 Flac 24bit 音质显示,注:由于之前没有记录此音质,所以之前收藏的歌曲信息中不包含它
44

55
### 修复
66

7-
- 修复处于不支持的源时,歌单、排行榜的右键下载菜单没有禁用的问题
8-
- 修复若桌面歌词窗口与主窗口重叠时,鼠标划过重叠区域鼠标会闪烁的问题,注:此修复只对未启用“鼠标移入歌词区域时降低歌词透明度”时有效
9-
- 修复tx源搜索失效的问题
7+
- 修复无法批量排序歌曲的问题
8+
- 修复某些缺失的繁体中文翻译
9+
- 修复企鹅音乐搜索失效的问题
1010

1111
### 其他
1212

13-
- 升级Electron到 v17.4.10
13+
- 降级electron到v15.5.7

publish/version.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/common/defaultSetting.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const defaultSetting = {
3434
isLock: false,
3535
isAlwaysOnTop: false,
3636
isAlwaysOnTopLoop: false,
37-
width: 380,
38-
height: 420,
37+
width: 450,
38+
height: 300,
3939
x: null,
4040
y: null,
4141
theme: 0,

src/lang/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ langs.forEach(item => {
3232
langList.push({
3333
name: item.name,
3434
locale: item.locale,
35+
alternate: item.alternate,
3536
})
3637
messages[item.locale] = item.message
3738
})

src/lang/zh-tw.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"desktop_lyric__unlock": "解鎖歌詞",
3838
"desktop_lyric__win_top_off": "取消置頂歌詞界面",
3939
"desktop_lyric__win_top_on": "置頂歌詞界面",
40-
"download": "下載管理",
40+
"download": "下載",
4141
"download__all": "全部任務",
4242
"download__error": "出錯",
4343
"download__finished": "下載完成",
@@ -91,7 +91,7 @@
9191
"list_add__btn_title": "把該歌曲添加到 {name}",
9292
"list_add__multiple_btn_title": "把這些歌曲添加到 {name}",
9393
"list_add__multiple_title_add": "添加已選的 {num} 首歌曲到...",
94-
"list_add__multiple_title_move": "添加移動已選的 {num} 首歌曲到...",
94+
"list_add__multiple_title_move": "移動已選的 {num} 首歌曲到...",
9595
"list_add__title_first_add": "添加",
9696
"list_add__title_first_move": "移動",
9797
"list_add__title_last": "到...",
@@ -134,21 +134,21 @@
134134
"lists__sync": "更新",
135135
"lists__sync_confirm_tip": "這將會把 {name} 內的歌曲替換成在線列表的歌曲,你確認要更新嗎?",
136136
"load_list_file_error_detail": "我們已經幫你把舊的列表文件備份到{path}\n它以 JSON 格式存儲,你可以嘗試手動修復並恢復它\n\n錯誤詳情:{detail}",
137-
"load_list_file_error_title": "播放列表數據加載錯誤",
137+
"load_list_file_error_title": "播放列表數據加載錯誤(建議到GitHub或加群反饋)",
138138
"loding": "加載中...",
139-
"love_list": "收藏列表",
139+
"love_list": "收藏",
140140
"lyric__load_error": "歌詞獲取失敗",
141141
"lyric__select": "歌詞文本選擇",
142142
"lyric_menu__align": "歌詞對齊方式",
143143
"lyric_menu__align_center": "居中",
144144
"lyric_menu__align_left": "居左",
145145
"lyric_menu__lrc_size": "字體大小 [ {size} ]",
146146
"lyric_menu__offset": "歌詞偏移 [ {offset}ms ]",
147-
"lyric_menu__offset_add_10": "加快10毫秒(右擊加快5毫秒)",
147+
"lyric_menu__offset_add_10": "加快10毫秒",
148148
"lyric_menu__offset_add_100": "加快100毫秒",
149149
"lyric_menu__offset_dec_10": "減慢10毫秒",
150150
"lyric_menu__offset_dec_100": "減慢100毫秒",
151-
"lyric_menu__offset_reset": "重置偏移",
151+
"lyric_menu__offset_reset": "重置",
152152
"lyric_menu__size_add": "加大字體(右擊可微調)",
153153
"lyric_menu__size_dec": "減小字體(右擊可微調)",
154154
"lyric_menu__size_reset": "重置",
@@ -179,7 +179,6 @@
179179
"play_timeout_unit": "分鐘",
180180
"play_timeout_update": "更新定時",
181181
"player__add_music_to": "添加當前歌曲到...",
182-
"player__album": "專輯名:",
183182
"player__buffering": "緩衝中...",
184183
"player__desktop_lyric_lock": "右擊鎖定歌詞",
185184
"player__desktop_lyric_off": "關閉桌面歌詞",
@@ -190,6 +189,7 @@
190189
"player__geting_url": "歌曲鏈接獲取中...",
191190
"player__hide_detail_tip": "隱藏詳情頁(界面內右鍵雙擊可快速隱藏詳情頁)",
192191
"player__loading": "音樂加載中...",
192+
"player__music_album": "專輯名:",
193193
"player__music_name": "歌曲名:",
194194
"player__music_singer": "藝術家:",
195195
"player__next": "下一首",
@@ -313,7 +313,7 @@
313313
"setting__hot_key_local_title": "軟件內快捷鍵",
314314
"setting__hot_key_player_next": "下一首歌曲",
315315
"setting__hot_key_player_prev": "上一首歌曲",
316-
"setting__hot_key_player_toggle_play": "播放/暫停控制​​",
316+
"setting__hot_key_player_toggle_play": "播放/暫停控制",
317317
"setting__hot_key_player_volume_down": "減少音量",
318318
"setting__hot_key_player_volume_mute": "靜音切換",
319319
"setting__hot_key_player_volume_up": "增加音量",

0 commit comments

Comments
 (0)