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

118 lines
1.8 KiB

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