app.json 410 B

1234567891011121314151617
  1. {
  2. "pages": [
  3. "pages/product/index",
  4. "pages/trial/index",
  5. "pages/index/index"
  6. ],
  7. "window": {
  8. "backgroundTextStyle": "light",
  9. "navigationBarBackgroundColor": "#667eea",
  10. "navigationBarTitleText": "酷乐秀助手",
  11. "navigationBarTextStyle": "white",
  12. "backgroundColor": "#f8f9fa",
  13. "enablePullDownRefresh": false
  14. },
  15. "style": "v2",
  16. "sitemapLocation": "sitemap.json"
  17. }