mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-05 12:38:10 +00:00
26 lines
719 B
PHP
26 lines
719 B
PHP
<?php
|
|
|
|
return [
|
|
'SYSTEM_LINK' => [
|
|
'title' => get_lang('dict_diy.system_link'),
|
|
'child_list' => [
|
|
[
|
|
'name' => 'HELLO_WORLD_INFO',
|
|
'title' => get_lang('dict_diy.hello_world_info'),
|
|
'url' => '/pages/hello_world/info',
|
|
'is_share' => 1
|
|
],
|
|
]
|
|
],
|
|
'HELLO_WORLD_LINK' => [
|
|
'title' => get_lang('dict_diy.hello_world_link'),
|
|
'child_list' => [
|
|
[
|
|
'name' => 'HELLO_WORLD_INDEX',
|
|
'title' => get_lang('dict_diy.hello_world_index'),
|
|
'url' => '/pages/hello_world/index',
|
|
'is_share' => 1
|
|
],
|
|
]
|
|
],
|
|
]; |