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
319 B
16 lines
319 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Channel' => '频道',
|
|
'channel' => '频道',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商ID',
|
|
'icon' => '频道图标',
|
|
'name' => '频道名称',
|
|
'pid' => '父级ID',
|
|
'sort' => '排序',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|