全栈小学生 2f59c7d5f0 update addon
2023-10-23 17:14:04 +08:00

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' => ''
],
];