mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
修复代理不生效的问题
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### 优化
|
||||
|
||||
- 为可视化音频的频谱整体添加频谱均值加成,使频谱显示更有节奏感
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复代理不生效的问题
|
||||
|
||||
@@ -19,7 +19,7 @@ export default () => {
|
||||
|
||||
sync.enable = setting.value.sync.enable
|
||||
apiSource.value = setting.value.apiSource
|
||||
proxy.value = Object.assign({}, setting.value.network.proxy)
|
||||
Object.assign(proxy, setting.value.network.proxy)
|
||||
|
||||
const dieableIgnoreMouseEvents = () => {
|
||||
if (window.dt) return
|
||||
|
||||
Reference in New Issue
Block a user