boutique.php 461 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'Articles_ids' => '加精文章列表',
  4. 'Dynamic_ids' => '加精动态列表',
  5. 'Sgst_ids' => '加精意见列表',
  6. 'Status' => '状态',
  7. 'Status 0' => '隐藏',
  8. 'Status 1' => '正常',
  9. 'Createtime' => '创建时间',
  10. 'Updatetime' => '更新时间',
  11. 'ContentType' => '加精类型',
  12. 'ContentType 1' => '动态',
  13. 'ContentType 2' => '文章/视频',
  14. 'ContentType 4' => '意见',
  15. ];