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

83 lines
1.8 KiB

3 months ago
{
"pages": [
"pages/index/index",
"pages/evaluate/index",
"pages/settlement/index",
"pages/publish/index",
"pages/buyer/index",
"pages/seller/index",
"pages/profile/index",
"pages/notopen/index",
"pages/create-supply/index",
"pages/goods-detail/goods-detail",
"pages/customer-service/index",
"pages/message-list/index",
"pages/chat/index",
"pages/chat-detail/index",
"pages/test-service/test-service"
],
3 months ago
"subpackages": [
{
"root": "pages/debug",
"pages": [
"debug",
"debug-sold-out",
"debug-gross-weight"
],
"independent": false
},
{
"root": "pages/test",
"pages": [
"undercarriage-test"
],
"independent": false
},
{
"root": "pages/test-tools",
"pages": [
"test-mode-switch",
"connection-test",
"api-test",
"phone-test",
"clear-storage",
"gross-weight-tester",
"fix-connection"
],
"independent": false
}
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "又鸟蛋平台",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"color": "#999999",
"selectedColor": "#FF6B81",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/buyer/index",
"text": "购物"
},
{
"pagePath": "pages/seller/index",
"text": "货源"
},
{
"pagePath": "pages/profile/index",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}