feat: 安全模式

pull/67/head
xiaojunnuo 2021-03-26 09:31:21 +08:00
parent 6ad097a8c8
commit 662ba4c132
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@
<div class="box">
<div class="mode-bar" style="margin:20px;" v-if="config && config.app">
<a-radio-group v-model="config.app.mode" button-style="solid" @change="modeChange">
<a-tooltip placement="topLeft" title="启用测速,关闭拦截,关闭增强(功能最弱,不需要信任证书,最安全)">
<a-tooltip placement="topLeft" title="启用测速,关闭拦截,关闭增强(功能最弱,不稳定,不需要信任证书,最安全)">
<a-radio-button value="safe">
安全模式
</a-radio-button>
</a-tooltip>
<a-tooltip placement="topLeft" title="启用测速关闭增强此模式不fanqiang但不是很稳定">
<a-tooltip placement="topLeft" title="启用测速关闭增强此模式不fan qiang但不是很稳定">
<a-radio-button value="default">
默认模式
</a-radio-button>