海南旅游SAAS
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.
 
 
 

22 lines
468 B

<?php
return [
'labels' => [
'Article' => '文章',
'article' => '文章',
],
'fields' => [
'agent_id' => '代理商ID',
'author' => '作者',
'title' => '文章标题',
'image' => '文章缩略图',
'content' => '文章内容',
'sort' => '排序',
'type' => '显示方式',
],
'options' => [
'type' => [
0 => '普通列表',
1 => '大图显示',
],
],
];