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,7 +20,7 @@
<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>