修复代理不生效的问题
parent
8ae3347c05
commit
36966e220c
|
@ -1,3 +1,7 @@
|
||||||
### 优化
|
### 优化
|
||||||
|
|
||||||
- 为可视化音频的频谱整体添加频谱均值加成,使频谱显示更有节奏感
|
- 为可视化音频的频谱整体添加频谱均值加成,使频谱显示更有节奏感
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
|
||||||
|
- 修复代理不生效的问题
|
||||||
|
|
|
@ -19,7 +19,7 @@ export default () => {
|
||||||
|
|
||||||
sync.enable = setting.value.sync.enable
|
sync.enable = setting.value.sync.enable
|
||||||
apiSource.value = setting.value.apiSource
|
apiSource.value = setting.value.apiSource
|
||||||
proxy.value = Object.assign({}, setting.value.network.proxy)
|
Object.assign(proxy, setting.value.network.proxy)
|
||||||
|
|
||||||
const dieableIgnoreMouseEvents = () => {
|
const dieableIgnoreMouseEvents = () => {
|
||||||
if (window.dt) return
|
if (window.dt) return
|
||||||
|
|
Loading…
Reference in New Issue