You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Keywords' => '关键字',
|
|
'Flag' => '推荐位 ',
|
|
'Flag hot' => '系统热门',
|
|
'Flag index' => '搜索条',
|
|
'Flag recommend' => '推荐',
|
|
'Views' => '搜索次数',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Weigh' => '权重',
|
|
'Switch' => '开关',
|
|
'Status' => '状态'
|
|
];
|
|
|