20 lines
543 B
PHP
20 lines
543 B
PHP
<?php
|
|
|
|
return [
|
|
'Cate_id' => '新闻类目',
|
|
'Title' => '新闻标题',
|
|
'Subtitle' => '新闻副标题',
|
|
'Image' => '封面',
|
|
'Content' => '内容',
|
|
'Recommend' => '置顶',
|
|
'Recommend 0' => '否',
|
|
'Recommend 1' => '是',
|
|
'Weigh' => '权重',
|
|
'Release_time' => '发布时间',
|
|
'Views' => '浏览量',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '修改时间',
|
|
'Deletetime' => '删除时间',
|
|
'Cate.name' => '类目名'
|
|
];
|