page.php 525 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'Id' => '专题ID',
  4. 'Title' => '专题名称',
  5. 'Image' => '顶部图片',
  6. 'Type' => '导语样式',
  7. 'Type 1' => '样式1',
  8. 'Type 2' => '样式2',
  9. 'Type 3' => '样式3',
  10. 'Type 4' => '样式4',
  11. 'Content' => '导语',
  12. 'Book_id' => '书籍ID',
  13. 'Color' => '背景色值',
  14. 'Status' => '状态',
  15. 'Status normal' => '正常',
  16. 'Status hidden' => '隐藏',
  17. 'Createtime' => '创建时间',
  18. 'Updatetime' => '更新时间'
  19. ];