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