1234567891011121314151617181920 |
- <?php
- return [
- 'Id' => '专题ID',
- 'Title' => '专题名称',
- 'Image' => '顶部图片',
- 'Type' => '导语样式',
- 'Type 1' => '样式1',
- 'Type 2' => '样式2',
- 'Type 3' => '样式3',
- 'Type 4' => '样式4',
- 'Content' => '导语',
- 'Book_id' => '书籍ID',
- 'Color' => '背景色值',
- 'Status' => '状态',
- 'Status normal' => '正常',
- 'Status hidden' => '隐藏',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间'
- ];
|