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.
18 lines
389 B
18 lines
389 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Slide' => '轮播图',
|
|
'slide' => '轮播图',
|
|
],
|
|
'fields' => [
|
|
'title' => '图片说明',
|
|
'picture' => '图片地址',
|
|
'status' => '状态',
|
|
'agent_id' => '代理商ID',
|
|
'sort' => '排序',
|
|
'type' => '链接类型',
|
|
'url' => '链接到',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|