1234567891011121314151617181920212223 |
- {
- "pages": [
- "pages/index/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": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|