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