Skip to content

Commit 029886c

Browse files
committed
降级 Electron 到 9.x.x 版本修复 Linux 版桌面歌词窗口变白的问题
1 parent caaa62d commit 029886c

3 files changed

Lines changed: 28 additions & 33 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"cross-env": "^7.0.2",
177177
"css-loader": "^4.3.0",
178178
"del": "^6.0.0",
179-
"electron": "^10.1.3",
179+
"electron": "^9.3.2",
180180
"electron-builder": "^22.9.1",
181181
"electron-debug": "^3.1.0",
182182
"electron-devtools-installer": "^3.1.1",

publish/changeLog.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
### 优化
2-
3-
- Linux版的软件界面默认使用圆角与阴影,顺便修复了桌面歌词窗口变白的问题,已在Ubuntu 18.10测试正常,若显示异常可尝试添加`-nt`参数启动
4-
51
### 修复
62

7-
- 修复聚合搜索的分页问题
8-
- 修复代理输入框输入的内容不生效的问题
3+
- 降级 Electron 到 9.x.x 版本修复 Linux 版桌面歌词窗口变白的问题

0 commit comments

Comments
 (0)