app.json 369 B

12345678910111213141516
  1. {
  2. "pages": [
  3. "pages/index/index"
  4. ],
  5. "window": {
  6. "backgroundTextStyle": "light",
  7. "navigationBarBackgroundColor": "#fff",
  8. "navigationBarTitleText": "ColorUI",
  9. "navigationStyle": "custom",
  10. "navigationBarTextStyle": "white"
  11. },
  12. "usingComponents": {
  13. "cu-custom": "/colorui/components/cu-custom"
  14. },
  15. "sitemapLocation": "sitemap.json"
  16. }