@extends('admin/public/layout') @section('title')防灌水设置@endsection @section('content') 防灌水设置 全站防灌水策略设置 {{ csrf_field() }} 审核策略 开启问题审核 (开启后,用户发起的问题需要在问题管理中审核才能正常显示) get('verify_question') == 1) checked @endif > 开启 get('verify_question') != 1) checked @endif > 关闭 开启回答审核 (开启后,用户的回答需要在回答管理中审核才能正常显示) get('verify_answer') == 1) checked @endif > 开启 get('verify_answer') != 1) checked @endif > 关闭 开启文章审核 (开启后,用户撰写的文章需要在文章管理中审核才能正常显示) get('verify_article') == 1) checked @endif > 开启 get('verify_article') != 1) checked @endif > 关闭 开启课程审核 (开启后,用户发布的课程要在课程管理中审核才能正常显示) get('verify_course') == 1) checked @endif > 开启 get('verify_course') != 1) checked @endif > 关闭 开启视频审核 (开启后,用户发布的视频要在视频管理中审核才能正常显示) get('verify_video') == 1) checked @endif > 开启 get('verify_video') != 1) checked @endif > 关闭 开启评论审核 (开启后,用户的评论需要在评论管理中审核才能正常显示) get('verify_comment') == 1) checked @endif > 开启 get('verify_comment') != 1) checked @endif> 关闭 验证码策略 启用验证码 (验证码可以避免恶意注册及恶意灌水,请选择需要打开验证码的操作) get('code_login') == 1) checked @endif /> 登录 get('code_register') == 1) checked @endif /> 注册 get('code_create_question') == 1) checked @endif /> 发起提问 get('code_create_answer') == 1) checked @endif /> 回答问题 get('code_create_article') == 1) checked @endif /> 发布文章 内容写入限制策略 1小时内最大提问数 (设置为0则不做任何限制) 1小时内最大回答数 (设置为0则不做任何限制) 1小时内最大文章发表次数 (设置为0则不做任何限制) 提问后编辑内容时效 (默认单位是分钟,设置后用户只能在编辑时间有效期内进行修改,设置为0则不做任何限制) 发起文章后编辑内容时效 (默认单位是分钟,设置后用户只能在编辑时间有效期内进行修改,设置为0则不做任何限制) 发布视频教程后编辑内容时效 (默认单位是分钟,设置后用户只能在编辑时间有效期内进行修改,设置为0则不做任何限制) 撰写回答后编辑内容时效 (默认单位是分钟,设置后用户只能在编辑时间有效期内进行修改,设置为0则不做任何限制) 保存 重置 @endsection @section('script') @endsection