链街Dcat后台
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.

21 lines
522 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'SystemConfig' => '平台配置',
  5. 'systemConfig' => '平台配置',
  6. 'system_config' => '平台配置',
  7. ],
  8. 'fields' => [
  9. 'menu_name' => '字段名称',
  10. 'category' => '分类',
  11. 'category_text' => '分类',
  12. 'value' => '配置值',
  13. 'info' => '配置名称',
  14. 'desc' => '配置简介',
  15. 'sort' => '排序',
  16. 'status' => '状态',
  17. 'status_text' => '状态'
  18. ],
  19. 'options' => [
  20. ],
  21. ];