mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-18 17:38:09 +00:00
25 lines
761 B
PHP
25 lines
761 B
PHP
<?php
|
|
|
|
return [
|
|
'HELLO_WORLD_LINK' => [
|
|
'key' => 'hello_world',
|
|
'addon_title' => get_lang('dict_diy.hello_world_title'),
|
|
'title' => get_lang('dict_diy.hello_world_link'),
|
|
'child_list' => [
|
|
[
|
|
'name' => 'HELLO_WORLD_INDEX',
|
|
'title' => get_lang('dict_diy.hello_world_index'),
|
|
'url' => '/hello_world/pages/index',
|
|
'is_share' => 1,
|
|
'action' => ''
|
|
],
|
|
[
|
|
'name' => 'HELLO_WORLD_INFO',
|
|
'title' => get_lang('dict_diy.hello_world_info'),
|
|
'url' => '/hello_world/pages/info',
|
|
'is_share' => 1,
|
|
'action' => ''
|
|
],
|
|
]
|
|
],
|
|
]; |