base-config.php 420 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'BaseConfig' => '系统配置',
  5. 'base-config' => '系统配置',
  6. ],
  7. 'fields' => [
  8. 'group' => '分组',
  9. 'key' => '键',
  10. 'value' => '值',
  11. 'comment' => '说明',
  12. 'chinese' => '中文名',
  13. 'fieldType' => '类型',
  14. 'updated_at' => '更新时间',
  15. 'sort' => '排序',
  16. ],
  17. 'options' => [
  18. ],
  19. ];