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.
 
 

96 lines
2.0 KiB

{
"pages": [
"pages/index/index",
"pages/evaluate/index",
"pages/settlement/index",
"pages/publish/index",
"pages/buyer/index",
"pages/seller/index",
"pages/profile/index",
"pages/favorites/index",
"pages/notopen/index",
"pages/create-supply/index",
"pages/goods-detail/goods-detail",
"pages/chat/index",
"pages/chat-detail/index",
"pages/message-list/index",
"pages/customer-service/index",
"pages/cooperation/index"
],
"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/chat/index",
"text": "消息"
},
{
"pagePath": "pages/seller/index",
"text": "货源"
},
{
"pagePath": "pages/favorites/index",
"text": "收藏"
},
{
"pagePath": "pages/profile/index",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于提供本地化服务"
}
},
"requiredPrivateInfos": [
"getLocation"
]
}