video-show.php 336 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php return [ 'labels' => [ 'VideoShow' => 'VideoShow', 'video-show' => 'VideoShow', ], 'fields' => [ 'video_url' => '视频地址', 'video_size' => '视频大小', 'video_time' => '视频时长', 'is_horizontal' => '是否横版视频', ], 'options' => [ ], ];