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.
28 lines
623 B
28 lines
623 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Advertising' => '广告图',
|
|
'advertising' => '广告图',
|
|
],
|
|
'fields' => [
|
|
'title' => '标题',
|
|
'picture' => '图片地址',
|
|
'status' => '状态',
|
|
'agent_id' => '代理商ID',
|
|
'sort' => '排序',
|
|
'type' => '链接类型',
|
|
'url' => '链接到',
|
|
'display' => '显示位置',
|
|
],
|
|
'options' => [
|
|
'type' => [
|
|
0 => '内部页面',
|
|
1 => '网址',
|
|
],
|
|
'display' => [
|
|
0 => '轮播图',
|
|
1 => '首页横屏广告',
|
|
2 => '产品列表内嵌广告',
|
|
],
|
|
],
|
|
];
|