mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-27 17:00:16 +00:00
25 lines
632 B
PHP
25 lines
632 B
PHP
<?php
|
|
return [
|
|
'pages' => <<<EOT
|
|
// PAGE_BEGIN
|
|
{
|
|
"path": "pages/hello_world/index",
|
|
"style": {
|
|
// #ifdef H5
|
|
"navigationStyle": "custom",
|
|
// #endif
|
|
"navigationBarTitleText": "%pages.hello_world.index%"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/hello_world/info",
|
|
"style": {
|
|
// #ifdef H5
|
|
"navigationStyle": "custom",
|
|
// #endif
|
|
"navigationBarTitleText": "%pages.hello_world.info%"
|
|
}
|
|
}
|
|
// PAGE_END
|
|
EOT
|
|
]; |