You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
799 B
JSON

1 week ago
{
"pages": [
"pages/index/index",
1 week ago
"pages/production/production",
1 week ago
"pages/energy/energy",
1 week ago
"pages/energyInfo/energyInfo",
"pages/my/my"
1 week ago
],
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/index/index"
},
{
"pagePath": "pages/energy/energy"
},
{
"pagePath": "pages/energyInfo/energyInfo"
},
{
"pagePath": "pages/production/production"
1 week ago
},
{
"pagePath": "pages/my/my"
1 week ago
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Weixin",
"navigationBarBackgroundColor": "#ffffff"
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}