@extends('admin/public/layout') @section('title')变量设置@endsection @section('content') 变量设置 网站变量管理 {{ csrf_field() }} 显示数目设置 首页最新问题显示数目 首页悬赏问题显示数目 开启回答审核 (开启后,用户的回答需要在回答管理中审核才能正常显示) 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_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则不做任何限制) 保存 重置 @endsection @section('script') @endsection