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.
26 lines
827 B
26 lines
827 B
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Admin_id' => '管理员ID',
|
|
'Category_id' => '文章类目',
|
|
'Flag' => '标志(多选)',
|
|
'Flag hot' => '热门',
|
|
'Flag index' => '首页',
|
|
'Flag recommend' => '推荐',
|
|
'Title' => '标题',
|
|
'Content' => '内容',
|
|
'Image' => '图片',
|
|
'Images' => '相册',
|
|
'Attachfile' => '附件',
|
|
'Keywords' => '关键字',
|
|
'Description' => '描述',
|
|
'Views' => '点击',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Weigh' => '权重',
|
|
'Article list' => '文章栏目',
|
|
'Article tips' => '点击指定栏目获取内容列表',
|
|
'Status' => '状态'
|
|
];
|
|
|