You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
231 B

<?php
//自定义配置
return [
//等级推荐
"tuijian" => [
"0"=>"不推荐",
"1"=>"一级推荐",
"2"=>"二级推荐",
"3"=>"三级推荐",
"4"=>"四级推荐"
],
];