app.json 410 B

1234567891011121314151617
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/details/details",
  5. "pages/setName/setName",
  6. "pages/album/album",
  7. "pages/clip/clip",
  8. "pages/childMatch/childMatch",
  9. "pages/access/access"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#eaeaea",
  14. "navigationBarTitleText": "江苏有线七彩童年",
  15. "navigationBarTextStyle": "black"
  16. }
  17. }