{ "pages": [ "pages/index/index", "pages/login/index" ], "window": { "backgroundColor": "#FFFFFF", "navigationBarBackgroundColor": "#ffffff", "navigationBarTitleText": "墨时记", "navigationBarTextStyle": "black", "navigationStyle": "custom" }, "style": "v2", "sitemapLocation": "sitemap.json", "useExtendedLib": { "weui": true }, "cloud": true, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "usingComponents": { "iconfont": "/components/iconfont/iconfont" } }