app.json 274 B

12345678910111213
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/index"
  5. ],
  6. "window": {
  7. "navigationBarTextStyle": "white",
  8. "navigationBarTitleText": "系统页",
  9. "navigationBarBackgroundColor": "#121212",
  10. "backgroundColor": "#121212"
  11. },
  12. "usingComponents": {}
  13. }