'theme', 'title' => '前台模板', 'type' => 'string', 'content' => [], 'value' => 'index', 'rule' => '', 'msg' => '', 'tip' => '请确保addons/wwh/view有相应的目录
CDN用户请设置为cdn', 'ok' => '', 'extend' => '', ], [ 'name' => 'receive', 'title' => '留言收件邮箱', 'type' => 'string', 'content' => [], 'value' => 'liushui621@sohu.com', 'rule' => '', 'msg' => '', 'tip' => '用于接收客户留言邮件推送', 'ok' => '', 'extend' => '', ], [ 'name' => 'hr', 'title' => '简历收件邮箱', 'type' => 'string', 'content' => [], 'value' => 'pengchanglu@163.com', 'rule' => '', 'msg' => '', 'tip' => '用于接收应聘简历邮件推送', 'ok' => '', 'extend' => '', ], [ 'name' => 'prostatus', 'title' => '产品分类侧栏', 'type' => 'radio', 'content' => [ 1 => '显示', 0 => '隐藏', ], 'value' => '1', 'rule' => 'required', 'msg' => '', 'tip' => '产品分类侧栏状态', 'ok' => '', 'extend' => '', ], [ 'name' => 'rewrite', 'title' => '伪静态', 'type' => 'array', 'content' => [], 'value' => [ 'index/index' => '/$', 'index/product' => '/product/[:id]', 'index/product_detail' => '/product_detail/[:id]', 'index/cases' => '/cases/[:id]', 'index/cases_detail' => '/cases_detail/[:id]', 'index/service' => '/service/$', 'index/market' => '/market/$', 'index/download' => '/download/$', 'index/news' => '/news/[:id]', 'index/news_detail' => '/news_detail/[:id]', 'index/about' => '/about/$', 'index/honor' => '/honor/$', 'index/join' => '/join/$', 'index/contact' => '/contact/$', 'index/search' => '/search/$', 'index/partner' => '/partner/$', ], 'rule' => 'required', 'msg' => '', 'tip' => '', 'ok' => '', 'extend' => '', ], ];