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.

78 lines
2.8 KiB

{
"pages": [
"pages/index/index",
"pages/main/main",
"pages/market/market",
"pages/cart/cart",
"pages/messages/messages",
"pages/profile/profile",
"pages/recommend-list/recommend-list",
"pages/chat/chat"
],
"subpackages": [
{ "root": "pages/register", "pages": ["register"] },
{ "root": "pages/interests", "pages": ["interests"] },
{ "root": "pages/myProducts", "pages": ["myProducts"] },
{ "root": "pages/orders", "pages": ["orders"] },
{ "root": "pages/wanted-list", "pages": ["wanted-list"] },
{ "root": "pages/favorites", "pages": ["favorites"] },
{ "root": "pages/profile-edit", "pages": ["profile-edit"] },
{ "root": "pages/security", "pages": ["security"] },
{ "root": "pages/address", "pages": ["address"] },
{ "root": "pages/feedback", "pages": ["feedback"] },
{ "root": "pages/privacy", "pages": ["privacy"] },
{ "root": "pages/buy", "pages": ["buy"] },
{ "root": "pages/purchase", "pages": ["purchase"] },
{ "root": "pages/admin-login", "pages": ["admin-login"], "independent": true },
{ "root": "pages/admin-dashboard", "pages": ["admin-dashboard"], "independent": true },
{ "root": "pages/admin-products", "pages": ["admin-products"], "independent": true },
{ "root": "pages/admin-users", "pages": ["admin-users"], "independent": true },
{ "root": "pages/admin-user-edit", "pages": ["admin-user-edit"], "independent": true },
{ "root": "pages/product-detail", "pages": ["product-detail"] },
{ "root": "pages/publish", "pages": ["publish"] },
{ "root": "pages/pricing", "pages": ["pricing"] }
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "校园二手交易",
"navigationBarBackgroundColor": "#4f8bff",
"backgroundColor": "#f0f7ff"
},
"tabBar": {
"custom": true,
"color": "#999999",
"selectedColor": "#4f8bff",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{ "pagePath": "pages/main/main", "text": "首页" },
{ "pagePath": "pages/market/market", "text": "藏宝图" },
{ "pagePath": "pages/cart/cart", "text": "购物车" },
{ "pagePath": "pages/messages/messages", "text": "消息" },
{ "pagePath": "pages/profile/profile", "text": "我的" }
]
},
"requiredPrivateInfos": [
"chooseAddress",
"chooseLocation",
"choosePoi",
"getLocation",
"onLocationChange",
"startLocationUpdate",
"startLocationUpdateBackground"
],
"requiredBackgroundModes": [
"location"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}