mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-29 06:18:10 +00:00
23 lines
573 B
PHP
23 lines
573 B
PHP
<?php
|
|
|
|
return [
|
|
'BASIC' => [
|
|
'title' => get_lang('dict_diy.component_type_basic'),
|
|
'list' => [
|
|
'Article' => [
|
|
'title' => '文章',
|
|
'icon' => 'iconfont-iconwenzhang',
|
|
'path' => 'edit-article',
|
|
'support_page' => [],
|
|
'uses' => 0,
|
|
'sort' => 10007,
|
|
'value' => [
|
|
'sources' => 'initial',
|
|
'count' => 8,
|
|
'articleIds' => []
|
|
],
|
|
],
|
|
],
|
|
],
|
|
|
|
]; |