20 lines
482 B
JSON
20 lines
482 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index",
|
|
"type": "home"
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"backgroundColor": "@bgColor",
|
|
"backgroundColorBottom": "@bgColorBottom",
|
|
"backgroundColorTop": "@bgColorTop",
|
|
"backgroundTextStyle": "@bgTxtStyle",
|
|
"navigationBarBackgroundColor": "#000000",
|
|
"navigationBarTextStyle": "@navTxtStyle",
|
|
"navigationBarTitleText": "Uni Creator",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"subPackages": []
|
|
}
|