mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	安装时API节点端口输入框增加新手提示
This commit is contained in:
		@@ -78,7 +78,7 @@
 | 
			
		||||
						<td>节点端口 *</td>
 | 
			
		||||
						<td>
 | 
			
		||||
							<input type="text" name="newPort" style="width:6em" maxlength="5" v-model="newAPINodePort"/>
 | 
			
		||||
							<p class="comment">选一个在1024-65535之间并且没有正在使用的端口作为要启动的节点端口。如果你的服务器上有防火墙或者其他安全策略,请记得设置这个端口为通过。</p>
 | 
			
		||||
							<p class="comment">选一个在1024-65535之间并且没有正在使用的端口作为要启动的节点端口。如果你的服务器上有防火墙或者其他安全策略,请记得设置这个端口为通过。<strong>如果你是一名Linux新手,请不要轻易修改此端口。</strong></p>
 | 
			
		||||
						</td>
 | 
			
		||||
					</tr>
 | 
			
		||||
					<tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user