Skip to content

Commit d695cde

Browse files
committed
Merge branch 'dev'
2 parents f2f2008 + d7a7701 commit d695cde

51 files changed

Lines changed: 1314 additions & 852 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/----.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
label: 解决方案检查
99
description: 请确保你已完成以下所有操作
1010
options:
11-
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>),但没有找到解决方案
11+
- label: 我已阅读常见问题(<https://lyswhut.github.io/lx-music-doc/desktop/faq>),但没有找到解决方案
1212
required: true
1313
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),但没有发现类似的问题
1414
required: true

.github/ISSUE_TEMPLATE/--bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
label: 解决方案检查
99
description: 请确保你已完成以下所有操作
1010
options:
11-
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>),并没有找到解决方案
11+
- label: 我已阅读常见问题(<https://lyswhut.github.io/lx-music-doc/desktop/faq>),并没有找到解决方案
1212
required: true
1313
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),并没有发现类似的问题
1414
required: true

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ 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.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.21.0...v1.22.0) - 2022-06-19
10+
11+
### 新增
12+
13+
- 新增设置-以全屏模式启动设置
14+
- 新增设置-桌面歌词设置-鼠标移入歌词区域时降低歌词透明度(#883),默认关闭,此设置不支持linux,注:此功能存在兼容性问题,若鼠标移出后无法恢复到正常透明度,可尝试再移入移出即可恢复
15+
16+
### 优化
17+
18+
- 添加歌曲到“我的列表”时,若按住`ctrl`键(Mac对应`Command`),则不会自动关闭添加窗口,这对想要将同一首(一批)歌曲添加到多个列表时会很有用
19+
- 支持mg源逐字歌词的播放,感谢 @mozbugbox 提供的帮助
20+
- 添加歌曲列表更新操作的二次确认
21+
- 添加导入文件错误时的指引提示
22+
23+
### 修复
24+
25+
- 修复若配置了`http_proxy`环境变量时,会意外使用此代理配置的问题
26+
- 修复多选后切换列表后不会清空多选内容的问题
27+
- 修复设置快捷键时的处理逻辑问题
28+
- 修复在新建歌单输入框、歌单内歌曲搜索输入框会意外触发设置的全局快捷键的问题(#879
29+
30+
### 文档
31+
32+
桌面版文档已迁移到:<https://lyswhut.github.io/lx-music-doc/desktop>
33+
34+
### 其他
35+
36+
- 更新 Electron 到 v17.4.7
37+
938
## [1.21.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.20.0...v1.21.0) - 2022-05-22
1039

1140
### 新增

FAQ.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# lx-music-desktop 常见问题
22

3+
本文档已迁移到:<https://lyswhut.github.io/lx-music-doc/desktop/faq>
4+
35
在阅读本常见问题后,仍然无法解决你的问题,请提交issue或者加企鹅群`830125506`反馈(无事勿加,入群先看群公告),反馈时请**注明**已阅读常见问题!
46

57
## ~~软件为什么没有桌面歌词与自定义列表功能~~
@@ -34,6 +36,7 @@
3436
- 在我的列表按住`Ctrl`键可以进入列表拖动模式,此时可以用鼠标拖动列表调整列表的位置
3537
- 编辑列表名时按`Esc`键可以取消编辑
3638
-`F11`可以进入、退出全屏状态(v1.19.0新增)
39+
- 在歌曲添加弹窗中,若按住`Ctrl`键后再点击列表名,将不会自动关闭添加窗口,这对想要将同一首(一批)歌曲添加到多个列表时会很有用(v1.22.0新增)
3740

3841
注:在macOS上`Ctrl`键对应`Command`
3942

@@ -71,6 +74,16 @@
7174
1. 将DNS改成自动获取试试
7275
2. 手动把DNS改一下,不要用360的DNS,可以把DNS改成`223.6.6.6``8.8.8.8`
7376

77+
### Windows版所有歌曲都提示 `音频加载错误,5秒后切换下一首`
78+
79+
尝试关闭 Internet选项 的代理设置。
80+
81+
如果你不知道怎么做,可以尝试按以下步骤去做:
82+
83+
按<kbd>windows</kbd>+<kbd>r</kbd>键打开“运行”窗口,输入`inetcpl.cpl`后回车,在打开的 Internet选项 对话框中,切换到 连接 -> 局域网设置,在弹出的新窗口中把代理服务器下的勾去掉,如果自动配置下的勾也有被勾选,那么建议也去掉,最后按确定关闭所有弹窗。
84+
85+
> 来源:<https://github.com/lyswhut/lx-music-desktop/issues/873#issuecomment-1146945724>
86+
7487
## 列表多选
7588

7689
从v0.18.0起,列表多选需要键盘配合,想要多选前需按下`Shift``Ctrl`键然后再鼠标点击想要选中的内容即可触发多选机制,其中`Shift`键用于连续选择,`Ctrl`键用于不连续选择,`Ctrl+a`用于快速全选。
@@ -114,7 +127,7 @@
114127

115128
这些浏览器打开此窗口时界面可能是中文也可能是英文,英文的话按括号里的来
116129

117-
1. 点击窗口顶部`应用程序(application)`
130+
1. 点击窗口顶部`应用程序(application)`(若找不到此选项,则可能是被折叠起来了,看看顶部菜单的`>>`
118131
2. 展开左侧 `Cookies`
119132
3. 点击 `https://music.163.com`
120133
4. 在右侧窗口找到 `名称(Name)``MUSIC_U` 的这行,这行的第二列(`值(Value)`)内的那串内容就是`token`,双击它进入编辑状态,然后按`ctrl + c`键就可以将它复制

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
所用技术栈:
3838

39-
- Electron 13
39+
- Electron 17
4040
- Vue 3
4141

4242
已支持的平台:
@@ -48,15 +48,15 @@
4848
软件变化请查看:[更新日志](https://github.com/lyswhut/lx-music-desktop/blob/master/CHANGELOG.md)<br>
4949
软件下载请转到:[发布页面](https://github.com/lyswhut/lx-music-desktop/releases)<br>
5050
或者到网盘下载(网盘内有MAC、windows版):`https://www.lanzoui.com/b0bf2cfa/` 密码:`glqw`(若链接无法打开请百度:蓝奏云链接打不开)<br>
51-
使用常见问题请转至:[常见问题](https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md)<br>
51+
使用常见问题请转至:[常见问题](https://lyswhut.github.io/lx-music-doc/desktop/faq)<br>
5252
移动版项目地址:<https://github.com/lyswhut/lx-music-mobile>
5353

5454
#### Scheme URL支持
5555

5656
从v1.17.0起支持 Scheme URL,可以使用此功能从浏览器等场景下调用LX Music,我们开发了一个[油猴脚本](https://github.com/lyswhut/lx-music-script#readme)配套使用,<br>
5757
脚本安装地址:<https://greasyfork.org/zh-CN/scripts/438148><br>
5858

59-
若你想自己调用LX Music,可以看[Scheme URL支持](https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md#scheme-url%E6%94%AF%E6%8C%81)
59+
若你想自己调用LX Music,可以看[Scheme URL支持](https://lyswhut.github.io/lx-music-doc/desktop/scheme-url)
6060

6161
#### 启动参数
6262

@@ -70,7 +70,7 @@
7070
- `-dt` 以非透明模式启动(Disable Transparent)
7171
- `-dhmkh` 禁用硬件媒体密钥处理(Disable Hardware Media Key Handling)
7272

73-
启动参数的详细说明请看[启动参数说明](https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md#%E5%90%AF%E5%8A%A8%E5%8F%82%E6%95%B0)
73+
启动参数的详细说明请看[启动参数说明](https://lyswhut.github.io/lx-music-doc/desktop/run-params)
7474

7575
#### 数据存储路径
7676

@@ -110,7 +110,7 @@ npm run pack:linux
110110

111111
### 常见问题
112112

113-
常见问题已移至:<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>
113+
常见问题已移至:<https://lyswhut.github.io/lx-music-doc/desktop/faq>
114114

115115
### 项目协议
116116

build-config/renderer/webpack.config.dev.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = merge(baseConfig, {
1414
NODE_ENV: '"development"',
1515
ELECTRON_DISABLE_SECURITY_WARNINGS: 'true',
1616
},
17+
ENVIRONMENT: 'process.env',
1718
__VUE_OPTIONS_API__: 'true',
1819
__VUE_PROD_DEVTOOLS__: 'false',
1920
__static: `"${path.join(__dirname, '../../src/static').replace(/\\/g, '\\\\')}"`,

build-config/renderer/webpack.config.prod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = merge(baseConfig, {
3131
'process.env': {
3232
NODE_ENV: '"production"',
3333
},
34+
ENVIRONMENT: 'process.env',
3435
__VUE_OPTIONS_API__: 'true',
3536
__VUE_PROD_DEVTOOLS__: 'false',
3637
}),

0 commit comments

Comments
 (0)