app.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/journal/index",
  5. "pages/market/index",
  6. "pages/my/index",
  7. "pages/list/index",
  8. "pages/details/index"
  9. ],
  10. "subPackages": [],
  11. "window": {
  12. "navigationStyle": "custom"
  13. },
  14. "tabBar": {
  15. "color": "#000000",
  16. "selectedColor": "#ffd439",
  17. "backgroundColor": "#ffffff",
  18. "borderStyle": "black",
  19. "blurEffect": "none",
  20. "list": [
  21. {
  22. "pagePath": "pages/index/index",
  23. "text": "首页",
  24. "iconPath": "",
  25. "selectedIconPath": "",
  26. "visible": ""
  27. },
  28. {
  29. "pagePath": "pages/journal/index",
  30. "text": "杂志",
  31. "iconPath": "",
  32. "selectedIconPath": "",
  33. "visible": ""
  34. },
  35. {
  36. "pagePath": "pages/market/index",
  37. "text": "商城",
  38. "iconPath": "",
  39. "selectedIconPath": "",
  40. "visible": ""
  41. },
  42. {
  43. "pagePath": "pages/my/index",
  44. "text": "我的",
  45. "iconPath": "",
  46. "selectedIconPath": "",
  47. "visible": ""
  48. }
  49. ],
  50. "position": "bottom",
  51. "fontSize": "20px",
  52. "iconWidth": "24px",
  53. "spacing": "3px",
  54. "height": "50px",
  55. "midButton": {
  56. "width": "",
  57. "height": "",
  58. "text": "",
  59. "iconPath": "",
  60. "iconWidth": "",
  61. "backgroundImage": ""
  62. }
  63. },
  64. "usingComponents": {
  65. "navbar": "/components/nav-bar",
  66. "baner": "/components/swiper-baner",
  67. "list": "/components/list"
  68. },
  69. "sitemapLocation": "sitemap.json"
  70. }