15 lines
427 B
JSON
15 lines
427 B
JSON
|
|
{
|
||
|
|
"pages": ["pages/date/date", "pages/login/login", "pages/index/index"],
|
||
|
|
"window": {
|
||
|
|
"navigationStyle": "default",
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarBackgroundColor": "#ffffff",
|
||
|
|
"navigationBarTitleText": "My Weapp Template"
|
||
|
|
},
|
||
|
|
"style": "v2",
|
||
|
|
"renderer": "webview",
|
||
|
|
"componentFramework": "glass-easel",
|
||
|
|
"sitemapLocation": "sitemap.json",
|
||
|
|
"lazyCodeLoading": "requiredComponents"
|
||
|
|
}
|