mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-28 05:48:10 +00:00
19 lines
344 B
PHP
19 lines
344 B
PHP
<?php
|
|
return [
|
|
'pages' => <<<EOT
|
|
// PAGE_BEGIN
|
|
{
|
|
"path": "{{addon_name}}/pages/list",
|
|
"style": {
|
|
"navigationBarTitleText": "%{{addon_name}}.pages.list%"
|
|
}
|
|
},
|
|
{
|
|
"path": "{{addon_name}}/pages/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "%{{addon_name}}.pages.detail%"
|
|
}
|
|
}
|
|
// PAGE_END
|
|
EOT
|
|
]; |