审查视图

application/admin/lang/zh-cn/words.php 209 字节
郭盛 authored
1 2 3 4
<?php

return [
    'Id'         => 'id',
5
    'Weigh'    =>'权重值',
郭盛 authored
6 7 8 9 10
    'Name'       => '关键词',
    'Type'       => '类型',
    'Createtime' => '创建时间',
    'Updatetime' => '修改时间'
];