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.
56 lines
1.3 KiB
56 lines
1.3 KiB
{ |
|
"pages":[ |
|
"pages/calendar/calendar", |
|
"pages/look/look", |
|
"pages/index/index", |
|
"pages/calculation/calculation", |
|
"pages/ucenter/ucenter", |
|
"pages/message/message", |
|
"pages/look-list/look-list", |
|
"pages/look-detail/look-detail" |
|
], |
|
"permission": { |
|
"scope.userLocation": { |
|
"desc": "你的位置信息将用于小程序位置接口的效果展示" |
|
} |
|
}, |
|
"window":{ |
|
"backgroundTextStyle":"light", |
|
"navigationBarBackgroundColor": "#fff", |
|
"navigationBarTitleText": "Weixin", |
|
"navigationBarTextStyle":"black", |
|
"navigationStyle": "custom" |
|
}, |
|
"tabBar": { |
|
"custom": true, |
|
"color": "#000000", |
|
"selectedColor": "#000000", |
|
"backgroundColor": "#000000", |
|
"list": [{ |
|
"pagePath": "pages/calendar/calendar", |
|
"text": "日历" |
|
}, { |
|
"pagePath": "pages/look/look", |
|
"text": "看地" |
|
},{ |
|
"pagePath": "pages/index/index", |
|
"text": "首页" |
|
},{ |
|
"pagePath": "pages/calculation/calculation", |
|
"text": "测算" |
|
},{ |
|
"pagePath": "pages/ucenter/ucenter", |
|
"text": "我的" |
|
} |
|
] |
|
}, |
|
"usingComponents": { |
|
"mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar" |
|
}, |
|
"style": "v2", |
|
"sitemapLocation": "sitemap.json", |
|
"useExtendedLib": { |
|
"kbone": true, |
|
"weui": true |
|
} |
|
}
|
|
|