创建服务时默认选中统计

This commit is contained in:
GoEdgeLab
2022-01-03 11:27:01 +08:00
parent a10c37ae27
commit d64be92521

View File

@@ -118,7 +118,7 @@
       
<checkbox name="remoteAddrIsOn">从上级代理中读取IP <tip-icon content="用来支持读取上级代理传递的X-Real-IP、X-Forwarded-For等信息。如果用户需要通过别的代理服务才能访问到这个网站服务才需要选中。"></tip-icon> </checkbox> <checkbox name="remoteAddrIsOn">从上级代理中读取IP <tip-icon content="用来支持读取上级代理传递的X-Real-IP、X-Forwarded-For等信息。如果用户需要通过别的代理服务才能访问到这个网站服务才需要选中。"></tip-icon> </checkbox>
&nbsp; &nbsp; &nbsp; &nbsp;
<checkbox name="statIsOn">统计</checkbox> <checkbox checked="checked" name="statIsOn">统计 <tip-icon content="开启统计后,会统计访客区域、操作系统、浏览器等信息。"></tip-icon> </checkbox>
</td> </td>
</tr> </tr>