mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-06 04:58:10 +00:00
14 lines
361 B
PHP
14 lines
361 B
PHP
<?php
|
|
|
|
return [
|
|
'DIY_HELLO_WORLD_INDEX' => [
|
|
'title' => get_lang('dict_diy.page_hello_world_index'),
|
|
'page' => '/hello_world/pages/index',
|
|
'action' => ''
|
|
],
|
|
'DIY_HELLO_WORLD_INFO' => [
|
|
'title' => get_lang('dict_diy.page_hello_world_info'),
|
|
'page' => '/hello_world/pages/info',
|
|
'action' => ''
|
|
],
|
|
]; |