审查视图

application/admin/lang/zh-cn/banner.php 248 字节
杨育虎 authored
1 2 3 4 5 6 7
<?php

return [
    'Id'         => 'id',
    'Image'      => '图片',
    'Url'        => '跳转链接',
    'Typeswitch' => '是否跳转',
Cool authored
8
    'Weigh'      => '排序',
杨育虎 authored
9 10 11
    'Createtime' => '创建时间',
    'Updatetime' => '修改时间'
];