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

28 lines
623 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Advertising' => '广告图',
  5. 'advertising' => '广告图',
  6. ],
  7. 'fields' => [
  8. 'title' => '标题',
  9. 'picture' => '图片地址',
  10. 'status' => '状态',
  11. 'agent_id' => '代理商ID',
  12. 'sort' => '排序',
  13. 'type' => '链接类型',
  14. 'url' => '链接到',
  15. 'display' => '显示位置',
  16. ],
  17. 'options' => [
  18. 'type' => [
  19. 0 => '内部页面',
  20. 1 => '网址',
  21. ],
  22. 'display' => [
  23. 0 => '轮播图',
  24. 1 => '首页横屏广告',
  25. 2 => '产品列表内嵌广告',
  26. ],
  27. ],
  28. ];