@extends('admin/public/layout') @section('title')功能定制@endsection @section('content') 功能定制 问答功能设置 问题自动采纳时长(天) (在限定时长内,如果问题没有采纳回答,则有程序按照默认策略进行采纳,0为不自动采纳,单位是天) 热门内容最大时长(天) (根据配置动态筛选时长以内的热门问题、文章,避免长期显示相同内容) 开启自问自答 (开启后自己可以回答自己的问题) get('open_self_answer','0') == 1) checked @endif > 开启 get('open_self_answer','0') != 1) checked @endif > 关闭 开启讨论模式 (开启后已解决问题也可以被回答) get('open_question_discuss','0') == 1) checked @endif > 开启 get('open_question_discuss','0') != 1) checked @endif > 关闭 开启签到功能 (开启后配合积分策略可以实现签到功能,首页会显示签到按钮) get('open_user_sign','0') == 1) checked @endif > 开启 get('open_user_sign','0') != 1) checked @endif > 关闭 @endsection @section('script') @endsection