You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
278 B

2 months ago
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/detail.vue"
  5. ],
  6. "window": {
  7. "navigationBarTextStyle": "black",
  8. "navigationBarTitleText": "uni-app",
  9. "navigationBarBackgroundColor": "#F8F8F8",
  10. "backgroundColor": "#F8F8F8"
  11. },
  12. "usingComponents": {}
  13. }