app.json 442 B

123456789101112131415161718
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/index/index",
  5. "pages/example/index"
  6. ],
  7. "window": {
  8. "backgroundColor": "#F6F6F6",
  9. "backgroundTextStyle": "light",
  10. "navigationStyle": "custom",
  11. "navigationBarBackgroundColor": "#F6F6F6",
  12. "navigationBarTitleText": "墨时记",
  13. "navigationBarTextStyle": "black"
  14. },
  15. "sitemapLocation": "sitemap.json",
  16. "style": "v2",
  17. "lazyCodeLoading": "requiredComponents"
  18. }