test_lgq/niucloud/addon/carmi/package/uni-app-pages.php
2024-01-24 17:36:08 +08:00

15 lines
340 B
PHP

<?php
return [
'pages' => <<<EOT
// PAGE_BEGIN
// *********************************** hello world ***********************************
{
"path": "addon/{{addon_name}}/pages/hello_world/index",
"style": {
"navigationBarTitleText": "%{{addon_name}}.pages.hello_world.index%"
}
}
// PAGE_END
EOT
];