全栈小学生 9b55b17b54 1
2023-05-31 11:20:09 +08:00

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
];