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.

17 lines
330 B

2 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "uni-app"
  6. }
  7. }],
  8. "globalStyle": {
  9. "navigationBarTextStyle": "black",
  10. "navigationBarTitleText": "uni-app",
  11. "navigationBarBackgroundColor": "#F8F8F8",
  12. "backgroundColor": "#F8F8F8",
  13. "app-plus": {
  14. "background": "#efeff4"
  15. }
  16. }
  17. }