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
551 B
22 lines
551 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'SystemConfig' => '平台配置',
|
|
'systemConfig' => '平台配置',
|
|
'system_config' => '平台配置',
|
|
],
|
|
'fields' => [
|
|
'menu_name' => '字段名称',
|
|
'category' => '分类',
|
|
'category_text' => '分类',
|
|
'value' => '配置值',
|
|
'info' => '配置名称',
|
|
'desc' => '配置简介',
|
|
'sort' => '排序',
|
|
'status' => '状态',
|
|
'status_text' => '状态',
|
|
'share_card' => ' '
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|