mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	优化文字
This commit is contained in:
		@@ -69,7 +69,7 @@ Vue.component("http-cache-config-box", {
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
			<tr>
 | 
			
		||||
				<td class="title">开启缓存</td>
 | 
			
		||||
				<td class="title">启用缓存</td>
 | 
			
		||||
				<td>
 | 
			
		||||
					<div class="ui checkbox">
 | 
			
		||||
						<input type="checkbox" v-model="cacheConfig.isOn"/>
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ Vue.component("http-firewall-config-box", {
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
			<tr>
 | 
			
		||||
				<td class="title">是否启用WAF</td>
 | 
			
		||||
				<td class="title">启用WAF</td>
 | 
			
		||||
				<td>
 | 
			
		||||
					<div class="ui checkbox">
 | 
			
		||||
						<input type="checkbox" v-model="firewall.isOn"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user