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.

45 lines
772 B

5 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/home/home",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/live/live",
  10. "style": {
  11. "navigationBarTitleText": "直播广场"
  12. }
  13. },
  14. {
  15. "path": "pages/club/club",
  16. "style": {
  17. "navigationBarTitleText": "俱乐部"
  18. }
  19. }
  20. ],
  21. "tabBar": {
  22. "list": [
  23. {
  24. "pagePath": "pages/home/home",
  25. "text": "首页"
  26. },
  27. {
  28. "pagePath": "pages/club/club",
  29. "text": "俱乐部"
  30. },
  31. {
  32. "pagePath": "pages/live/live",
  33. "text": "直播"
  34. }
  35. ]
  36. },
  37. "globalStyle": {
  38. "navigationBarTextStyle": "black",
  39. "navigationBarTitleText": "uni-app",
  40. "navigationBarBackgroundColor": "#F8F8F8",
  41. "backgroundColor": "#F8F8F8",
  42. "app-plus": {
  43. "background": "#efeff4"
  44. }
  45. }
  46. }