审查视图

application/admin/lang/zh-cn/wonderful.php 270 字节
郭盛 authored
1 2 3 4 5 6
<?php

return [
    'Title'      => '视频标题',
    'Thumbnail'  => '视频封面',
    'Video'      => '视频',
7 8
    'Is_show'    => '首页展示权重',
    'Is_top'     => '是否置顶',
郭盛 authored
9 10 11
    'Createtime' => '创建时间',
    'Updatetime' => '修改时间'
];