审查视图

application/admin/lang/zh-cn/policy.php 289 字节
杨育虎 authored
1 2 3 4 5 6 7 8 9 10 11 12
<?php

return [
    'Id'         => 'id',
    'Title'      => '标题',
    'From'       => '转载于',
    'Content'    => '内容详情',
    'File'       => '附件',
    'Is_up'      => '是否上架0否1是',
    'Createtime' => '创建时间',
    'Updatetime' => '修改时间'
];