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.

13 lines
231 B

7 years ago
7 years ago
  1. <?php
  2. //自定义配置
  3. return [
  4. //等级推荐
  5. "tuijian" => [
  6. "0"=>"不推荐",
  7. "1"=>"一级推荐",
  8. "2"=>"二级推荐",
  9. "3"=>"三级推荐",
  10. "4"=>"四级推荐"
  11. ],
  12. ];