海南旅游SAAS
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.

22 lines
468 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Article' => '文章',
  5. 'article' => '文章',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商ID',
  9. 'author' => '作者',
  10. 'title' => '文章标题',
  11. 'image' => '文章缩略图',
  12. 'content' => '文章内容',
  13. 'sort' => '排序',
  14. 'type' => '显示方式',
  15. ],
  16. 'options' => [
  17. 'type' => [
  18. 0 => '普通列表',
  19. 1 => '大图显示',
  20. ],
  21. ],
  22. ];