pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "zebra-swiper"
  8. }
  9. }, {
  10. "path": "pages/base/index",
  11. "style": {
  12. "navigationBarTitleText": "基础轮播",
  13. "enablePullDownRefresh": false
  14. }
  15. }, {
  16. "path": "pages/fade/index",
  17. "style": {
  18. "navigationBarTitleText": "淡入",
  19. "enablePullDownRefresh": false
  20. }
  21. }, {
  22. "path": "pages/cube/index",
  23. "style": {
  24. "navigationBarTitleText": "方块",
  25. "enablePullDownRefresh": false
  26. }
  27. }, {
  28. "path": "pages/coverflow/index",
  29. "style": {
  30. "navigationBarTitleText": "3D流",
  31. "enablePullDownRefresh": false
  32. }
  33. }, {
  34. "path": "pages/flip/index",
  35. "style": {
  36. "navigationBarTitleText": "3D翻转",
  37. "enablePullDownRefresh": false
  38. }
  39. }, {
  40. "path": "pages/cards/index",
  41. "style": {
  42. "navigationBarTitleText": "卡片式",
  43. "enablePullDownRefresh": false
  44. }
  45. }, {
  46. "path": "pages/creative/index",
  47. "style": {
  48. "navigationBarTitleText": "创意性",
  49. "enablePullDownRefresh": false
  50. }
  51. }, {
  52. "path": "pages/indicator/index",
  53. "style": {
  54. "navigationBarTitleText": "指示器",
  55. "enablePullDownRefresh": false
  56. }
  57. }, {
  58. "path": "pages/indicator-custom/index",
  59. "style": {
  60. "navigationBarTitleText": "自定义",
  61. "enablePullDownRefresh": false
  62. }
  63. }, {
  64. "path": "pages/switcher/index",
  65. "style": {
  66. "navigationBarTitleText": "Switcher",
  67. "enablePullDownRefresh": false
  68. }
  69. }, {
  70. "path": "pages/carousel/index",
  71. "style": {
  72. "navigationBarTitleText": "Carousel",
  73. "enablePullDownRefresh": false
  74. }
  75. }, {
  76. "path": "pages/loop/index",
  77. "style": {
  78. "navigationBarTitleText": "Loop",
  79. "enablePullDownRefresh": false
  80. }
  81. }, {
  82. "path": "pages/autoplay/index",
  83. "style": {
  84. "navigationBarTitleText": "Autoplay",
  85. "enablePullDownRefresh": false
  86. }
  87. }, {
  88. "path": "pages/panorama/index",
  89. "style": {
  90. "navigationBarTitleText": "Panorama",
  91. "enablePullDownRefresh": false
  92. }
  93. }, {
  94. "path": "pages/thumbs/index",
  95. "style": {
  96. "navigationBarTitleText": "Thumbs",
  97. "enablePullDownRefresh": false
  98. }
  99. }, {
  100. "path": "pages/scrollbar/index",
  101. "style": {
  102. "navigationBarTitleText": "Scrollbar",
  103. "enablePullDownRefresh": false
  104. }
  105. }, {
  106. "path": "pages/demos/travel-slider/index",
  107. "style": {
  108. "navigationStyle": "custom"
  109. }
  110. }, {
  111. "path": "pages/demos/paper/index",
  112. "style": {
  113. "navigationStyle": "custom"
  114. }
  115. }, {
  116. "path": "pages/virtual/index",
  117. "style": {
  118. "navigationBarTitleText": "Virtual",
  119. "enablePullDownRefresh": false
  120. }
  121. }, {
  122. "path": "pages/debug/index",
  123. "style": {
  124. "navigationBarTitleText": "Debug",
  125. "navigationStyle": "custom",
  126. "enablePullDownRefresh": false
  127. }
  128. }, {
  129. "path": "pages/demos/carousel/index",
  130. "style": {
  131. "navigationBarTitleText": "Carousel",
  132. "enablePullDownRefresh": false
  133. }
  134. }, {
  135. "path": "pages/controller/index",
  136. "style": {
  137. "navigationBarTitleText": "Controller",
  138. "enablePullDownRefresh": false
  139. }
  140. }
  141. ],
  142. "globalStyle": {
  143. "navigationBarTextStyle": "black",
  144. "navigationBarTitleText": "zebra-swiper",
  145. "navigationBarBackgroundColor": "#e4ebf5",
  146. "backgroundColor": "#e4ebf5"
  147. }
  148. }