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

18 lines
429 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'WaterfallAd' => '产品列表内嵌广告',
  5. 'waterfall-ad' => '产品列表内嵌广告',
  6. ],
  7. 'fields' => [
  8. 'title' => '广告名称',
  9. 'agent_id' => '代理商ID',
  10. 'picture' => '广告图片',
  11. 'type' => '链接',
  12. 'url' => '链接地址',
  13. 'sort' => '排序',
  14. 'status' => '状态',
  15. ],
  16. 'options' => [
  17. ],
  18. ];