pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/create/index",
  12. "style": {
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/history/index",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/mine/index",
  24. "style": {
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/member/index",
  30. "style": {
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/player/index",
  36. "style": {
  37. "navigationStyle": "custom"
  38. }
  39. },
  40. {
  41. "path": "pages/login/index",
  42. "style": {
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/favorites/index",
  48. "style": {
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/search/index",
  54. "style": {
  55. "navigationBarTitleText": "搜索",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/album/index",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/albums/index",
  67. "style": {
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/book-generator/index",
  73. "style": {
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/book-generator/create",
  79. "style": {
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/book-generator/detail",
  85. "style": {
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "pages/book-generator/chapter-detail",
  91. "style": {
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/ai-generate/index",
  97. "style": {
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/video-generator/index",
  103. "style": {
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "pages/video-generator/create",
  109. "style": {
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "pages/video-generator/preview",
  115. "style": {
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/settings/index",
  121. "style": {
  122. "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path": "pages/orders/index",
  127. "style": {
  128. "navigationStyle": "custom"
  129. }
  130. },
  131. {
  132. "path": "pages/logs/index",
  133. "style": {
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "pages/publish/index",
  139. "style": {
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "pages/playlists/index",
  145. "style": {
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/playlists/detail",
  151. "style": {
  152. "navigationStyle": "custom"
  153. }
  154. },
  155. {
  156. "path": "pages/drafts/index",
  157. "style": {
  158. "navigationStyle": "custom"
  159. }
  160. },
  161. {
  162. "path": "pages/webview/index",
  163. "style": {
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "pages/payment-result/index",
  169. "style": {
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "pages/payment-confirm/index",
  175. "style": {
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "pages/alipay-qrcode/index",
  181. "style": {
  182. "navigationStyle": "custom"
  183. }
  184. }
  185. ],
  186. "globalStyle": {
  187. "navigationBarTextStyle": "black",
  188. "navigationBarTitleText": "AI有声书",
  189. "navigationBarBackgroundColor": "#ffffff",
  190. "backgroundColor": "#f9fafb"
  191. },
  192. "tabBar": {
  193. "color": "#9ca3af",
  194. "selectedColor": "#4F46E5",
  195. "borderStyle": "white",
  196. "backgroundColor": "#ffffff",
  197. "list": [
  198. {
  199. "pagePath": "pages/index/index",
  200. "text": "首页"
  201. },
  202. {
  203. "pagePath": "pages/create/index",
  204. "text": "生成"
  205. },
  206. {
  207. "pagePath": "pages/book-generator/index",
  208. "text": "生成书籍"
  209. },
  210. {
  211. "pagePath": "pages/mine/index",
  212. "text": "我的"
  213. }
  214. ]
  215. }
  216. }