给代理添加提示

pull/166/head
lyswhut 2019-12-23 16:09:52 +08:00
parent e88c837482
commit 73321829ae
2 changed files with 2 additions and 2 deletions

2
FAQ.md
View File

@ -83,5 +83,5 @@
软件的排行榜、歌单、搜索列表无法加载: 软件的排行榜、歌单、搜索列表无法加载:
- 检查是否在设置界面开启了代理(当代理乱设置软件将无法联网) - 检查是否在设置界面开启了代理(当代理乱设置软件将无法联网)
- 检查软件是否被第三方软件/防火墙阻止联网 - 检查软件是否被第三方软件/防火墙阻止联网

View File

@ -78,7 +78,7 @@ div.scroll(:class="$style.setting")
material-checkbox(id="setting_download_isDownloadLrc" v-model="current_setting.download.isDownloadLrc" label="是否启用") material-checkbox(id="setting_download_isDownloadLrc" v-model="current_setting.download.isDownloadLrc" label="是否启用")
dt 网络设置 dt 网络设置
dd dd
h3 代理设置 h3 代理设置乱设置软件将无法联网
div div
p p
material-checkbox(id="setting_network_proxy_enable" v-model="current_setting.network.proxy.enable" @change="handleProxyChange('enable')" label="是否启用") material-checkbox(id="setting_network_proxy_enable" v-model="current_setting.network.proxy.enable" @change="handleProxyChange('enable')" label="是否启用")