mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-31 10:38:13 +00:00
32 lines
892 B
PHP
32 lines
892 B
PHP
<?php
|
|
|
|
return [
|
|
'BASICS' => [
|
|
'title' => get_lang('enum_diy.component_type_basics'),
|
|
'list' => [
|
|
'TestInfo' => [
|
|
'title' => '测试信息',
|
|
'icon' => 'iconfont-iconhuiyuanzhongxin',
|
|
'path' => 'edit-hello-info',
|
|
'support_page' => [],
|
|
'max_count' => 0,
|
|
'sort' => 10007,
|
|
'value' => [
|
|
'height' => 20
|
|
],
|
|
],
|
|
'TestText' => [
|
|
'title' => '测试文本',
|
|
'icon' => 'iconfont-iconhuiyuanzhongxin',
|
|
'path' => 'edit-hello-text',
|
|
'support_page' => [],
|
|
'max_count' => 0,
|
|
'sort' => 10007,
|
|
'value' => [
|
|
'height' => 20
|
|
],
|
|
],
|
|
],
|
|
],
|
|
|
|
]; |