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.
16 lines
349 B
16 lines
349 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Special' => '专题',
|
|
'special' => '专题',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商ID',
|
|
'picture' => '专题页轮播图',
|
|
'picture_ad' => '首页广告图',
|
|
'agent_product_id' => '产品ID',
|
|
'sort' => '排序',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|