app.json 510 B

1234567891011121314151617181920212223
  1. {
  2. "pages": [
  3. "pages/index/index"
  4. ],
  5. "window": {
  6. "backgroundColor": "#FFFFFF",
  7. "navigationBarBackgroundColor": "#ffffff",
  8. "navigationBarTitleText": "墨时记",
  9. "navigationBarTextStyle": "black",
  10. "navigationStyle": "custom"
  11. },
  12. "style": "v2",
  13. "sitemapLocation": "sitemap.json",
  14. "useExtendedLib": {
  15. "weui": true
  16. },
  17. "cloud": true,
  18. "permission": {
  19. "scope.userLocation": {
  20. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  21. }
  22. }
  23. }