mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-09 14:28:11 +00:00
21 lines
508 B
PHP
21 lines
508 B
PHP
<?php
|
|
|
|
return [
|
|
'BASIC' => [
|
|
'title' => get_lang('dict_diy.component_type_basic'),
|
|
'list' => [
|
|
'HelloText' => [
|
|
'title' => 'hello文本',
|
|
'icon' => 'iconfont-iconhuiyuanzhongxin',
|
|
'path' => 'edit-hello-text',
|
|
'support_page' => [],
|
|
'uses' => 0,
|
|
'sort' => 10007,
|
|
'value' => [
|
|
'height' => 20
|
|
],
|
|
],
|
|
],
|
|
],
|
|
|
|
]; |