startadvert.php 366 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Images' => '图片',
  5. 'Video_file' => '视频',
  6. 'Url' => '跳转链接',
  7. 'Is_show' => '是否显示',
  8. 'Is_show 1' => '上架',
  9. 'Is_show 0' => '下架',
  10. 'Type' => '类型',
  11. 'Type 1' => '视频',
  12. 'Type 2' => '图片',
  13. 'Minsecond' => 'N秒后可跳过'
  14. ];