pages.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/splash/splash",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": ""
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "navigationBarTitleText": ""
  15. }
  16. },
  17. {
  18. "path": "pages/register/register",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": ""
  22. }
  23. },
  24. {
  25. "path": "pages/index/index",
  26. "style": {
  27. "navigationBarTitleText": "云阅读",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/listen/listen",
  33. "style": {
  34. "navigationBarTitleText": "听书",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/bookshelf/bookshelf",
  40. "style": {
  41. "navigationBarTitleText": "书架",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/profile/profile",
  47. "style": {
  48. "navigationBarTitleText": "我的",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/category/category",
  54. "style": {
  55. "navigationBarTitleText": "分类",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/book-detail/book-detail",
  61. "style": {
  62. "navigationBarTitleText": "书籍详情",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/ranking/ranking",
  68. "style": {
  69. "navigationBarTitleText": "排行榜",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/hot-books/hot-books",
  75. "style": {
  76. "navigationBarTitleText": "热门书籍",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/new-books/new-books",
  82. "style": {
  83. "navigationBarTitleText": "新书榜",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/vip-books/vip-books",
  89. "style": {
  90. "navigationBarTitleText": "VIP书籍",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/more-books/more-books",
  96. "style": {
  97. "navigationBarTitleText": "更多推荐",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/search/search",
  103. "style": {
  104. "navigationBarTitleText": "搜索",
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "pages/listen-detail/listen-detail",
  110. "style": {
  111. "navigationBarTitleText": "听书详情",
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "pages/hot-listen/hot-listen",
  117. "style": {
  118. "navigationBarTitleText": "热门听书",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/audio-novel/audio-novel",
  124. "style": {
  125. "navigationBarTitleText": "有声小说",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/portable-listen/portable-listen",
  131. "style": {
  132. "navigationBarTitleText": "随身听",
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path": "pages/browsing-history/browsing-history",
  138. "style": {
  139. "navigationBarTitleText": "浏览记录",
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "pages/reading-rank/reading-rank",
  145. "style": {
  146. "navigationBarTitleText": "阅读排行",
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "pages/edit-profile/edit-profile",
  152. "style": {
  153. "navigationBarTitleText": "编辑资料",
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "pages/text-edit/text-edit",
  159. "style": {
  160. "navigationBarTitleText": "编辑文本",
  161. "navigationStyle": "default"
  162. }
  163. },
  164. {
  165. "path": "pages/book-cover/book-cover",
  166. "style": {
  167. "navigationBarTitleText": "封面",
  168. "navigationStyle": "custom"
  169. }
  170. },
  171. {
  172. "path": "pages/reader/reader",
  173. "style": {
  174. "navigationBarTitleText": "阅读",
  175. "navigationStyle": "custom"
  176. }
  177. },
  178. {
  179. "path": "pages/player/player",
  180. "style": {
  181. "navigationBarTitleText": "播放",
  182. "navigationStyle": "custom"
  183. }
  184. },
  185. {
  186. "path": "pages/more-listen-books/more-listen-books",
  187. "style": {
  188. "navigationBarTitleText": "更多听书",
  189. "navigationStyle": "custom"
  190. }
  191. },
  192. {
  193. "path": "pages/messages/messages",
  194. "style": {
  195. "navigationBarTitleText": "消息",
  196. "navigationStyle": "custom"
  197. }
  198. },
  199. {
  200. "path": "pages/feedback/feedback",
  201. "style": {
  202. "navigationBarTitleText": "意见反馈",
  203. "navigationStyle": "custom"
  204. }
  205. },
  206. {
  207. "path": "pages/vip-records/vip-records",
  208. "style": {
  209. "navigationBarTitleText": "开通VIP记录",
  210. "navigationStyle": "custom"
  211. }
  212. },
  213. {
  214. "path": "pages/notes/notes",
  215. "style": {
  216. "navigationBarTitleText": "笔记",
  217. "navigationStyle": "custom"
  218. }
  219. },
  220. {
  221. "path": "pages/settings/settings",
  222. "style": {
  223. "navigationBarTitleText": "设置",
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "pages/vip/vip",
  229. "style": {
  230. "navigationBarTitleText": "VIP会员",
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path": "pages/payment/payment",
  236. "style": {
  237. "navigationBarTitleText": "支付",
  238. "navigationStyle": "custom"
  239. }
  240. },
  241. {
  242. "path": "pages/about/about",
  243. "style": {
  244. "navigationBarTitleText": "关于我们",
  245. "navigationStyle": "custom"
  246. }
  247. },
  248. {
  249. "path": "pages/write-review/write-review",
  250. "style": {
  251. "navigationBarTitleText": "写书评",
  252. "navigationStyle": "custom"
  253. }
  254. }
  255. ],
  256. "globalStyle": {
  257. "navigationBarTextStyle": "black",
  258. "navigationBarTitleText": "云阅读",
  259. "navigationBarBackgroundColor": "#FFFFFF",
  260. "backgroundColor": "#FFFFFF"
  261. },
  262. "tabBar": {
  263. "color": "#999999",
  264. "selectedColor": "#4FC3F7",
  265. "borderStyle": "black",
  266. "backgroundColor": "#FFFFFF",
  267. "list": [
  268. {
  269. "pagePath": "pages/index/index",
  270. "text": "电子书"
  271. },
  272. {
  273. "pagePath": "pages/listen/listen",
  274. "text": "听书"
  275. },
  276. {
  277. "pagePath": "pages/bookshelf/bookshelf",
  278. "text": "书架"
  279. },
  280. {
  281. "pagePath": "pages/profile/profile",
  282. "text": "我的"
  283. }
  284. ]
  285. },
  286. "uniIdRouter": {}
  287. }