| 1234567891011121314151617 |
- <?php
- return [
- 'Articles_ids' => '加精文章列表',
- 'Dynamic_ids' => '加精动态列表',
- 'Sgst_ids' => '加精意见列表',
- 'Status' => '状态',
- 'Status 0' => '隐藏',
- 'Status 1' => '正常',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'ContentType' => '加精类型',
- 'ContentType 1' => '动态',
- 'ContentType 2' => '文章/视频',
- 'ContentType 4' => '意见',
- ];
|