video.php 290 B

123456789101112
  1. <?php
  2. return [
  3. 'Bg' => '封面',
  4. 'Src' => '视频链接',
  5. 'Play_num' => '播放数',
  6. 'Comment_num' => '评论数',
  7. 'Like_num' => '点赞数',
  8. 'Fav_num' => '收藏数',
  9. 'Created_at' => '创建时间',
  10. 'Weight' => '权重'
  11. ];