小说小程序前端代码仓库(小程序)
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.

131 lines
2.1 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationBarTextStyle": "white",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/bookshelf",
  12. "style": {
  13. "navigationBarTitleText": ""
  14. }
  15. },
  16. {
  17. "path": "pages/index/category",
  18. "style": {
  19. "navigationBarTitleText": ""
  20. }
  21. },
  22. {
  23. "path": "pages/index/center",
  24. "style": {
  25. "navigationBarTitleText": ""
  26. }
  27. }
  28. ],
  29. "preloadRule": {
  30. "pages/index/index": {
  31. "network": "all",
  32. "packages": ["pages_order"]
  33. }
  34. },
  35. "subPackages": [{
  36. "root": "pages_order",
  37. "pages": [
  38. {
  39. "path": "mine/purse"
  40. },
  41. {
  42. "path": "mine/runningWater"
  43. },
  44. {
  45. "path": "author/editor"
  46. },
  47. {
  48. "path": "auth/wxLogin"
  49. },
  50. {
  51. "path": "auth/wxUserInfo"
  52. },
  53. {
  54. "path": "mine/help"
  55. },
  56. {
  57. "path": "novel/novelDetail"
  58. },
  59. {
  60. "path": "announcement/announcementDetail"
  61. },
  62. {
  63. "path": "announcement/announcements"
  64. },
  65. {
  66. "path": "author/createNovel"
  67. },
  68. {
  69. "path": "author/chapterList"
  70. },
  71. {
  72. "path": "novel/ReaderAchievement"
  73. },
  74. {
  75. "path": "novel/readnovels"
  76. },
  77. {
  78. "path": "novel/SubscriptionInformation"
  79. },
  80. {
  81. "path": "novel/Tipping",
  82. "style": {
  83. "navigationBarTextStyle": "white"
  84. }
  85. },
  86. {
  87. "path": "comment/review"
  88. },
  89. {
  90. "path": "comment/comments"
  91. },
  92. {
  93. "path": "comment/respondComments"
  94. },
  95. {
  96. "path": "mine/Walletflow"
  97. },
  98. {
  99. "path": "author/creator"
  100. },
  101. {
  102. "path": "novel/Giftbox"
  103. },
  104. {
  105. "path": "novel/Giftpurchases"
  106. },
  107. {
  108. "path": "comment/myComment"
  109. },
  110. {
  111. "path": "novel/Translation"
  112. },
  113. {
  114. "path": "novel/bookList"
  115. },
  116. {
  117. "path": "auth/Modifyinformation"
  118. },
  119. {
  120. "path": "mine/recharge"
  121. }
  122. ]
  123. }],
  124. "globalStyle": {
  125. "navigationBarTextStyle": "black",
  126. "navigationBarTitleText": "小说",
  127. "navigationBarBackgroundColor": "#F8F8F8",
  128. "backgroundColor": "#F8F8F8",
  129. "navigationStyle": "custom"
  130. },
  131. "uniIdRouter": {}
  132. }