news.php 393 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Type' => '动态类型',
  4. 'Type 1' => '产品动态',
  5. 'Type 2' => '公司动态',
  6. 'Image' => '封面图',
  7. 'Title' => '标题',
  8. 'Content' => '内容',
  9. 'Source' => '来源',
  10. 'Browse' => '浏览人数',
  11. 'Createtime' => '创建时间',
  12. 'Updatetime' => '更新时间',
  13. 'Deletetime' => '删除时间'
  14. ];