app.json 453 B

1234567891011121314151617
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/index/index",
  5. "pages/logs/logs"
  6. ],
  7. "window": {
  8. "navigationBarTextStyle": "white",
  9. "navigationBarTitleText": "室内定位导航系统",
  10. "navigationBarBackgroundColor": "#FC0000"
  11. },
  12. "style": "v2",
  13. "componentFramework": "glass-easel",
  14. "sitemapLocation": "sitemap.json",
  15. "lazyCodeLoading": "requiredComponents",
  16. "workers": "worker"
  17. }