mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 20:30:25 +08:00
优化文字
This commit is contained in:
@@ -225,7 +225,7 @@ Vue.component("reverse-proxy-box", {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-if="family == null || family == 'http'">
|
<tr v-if="family == null || family == 'http'">
|
||||||
<td>是否自动刷新缓存区<em>(AutoFlush)</em></td>
|
<td>自动刷新缓存区<em>(AutoFlush)</em></td>
|
||||||
<td>
|
<td>
|
||||||
<div class="ui checkbox">
|
<div class="ui checkbox">
|
||||||
<input type="checkbox" v-model="reverseProxyConfig.autoFlush"/>
|
<input type="checkbox" v-model="reverseProxyConfig.autoFlush"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user