app.json 228 B

123456789101112
  1. {
  2. "pages": [
  3. "pages/index/index"
  4. ],
  5. "window": {
  6. "navigationBarTextStyle": "black",
  7. "navigationStyle": "custom"
  8. },
  9. "style": "v2",
  10. "componentFramework": "glass-easel",
  11. "sitemapLocation": "sitemap.json"
  12. }