pages.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "uni-halo",
  6. "enablePullDownRefresh": false,
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/tabbar/home/home",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "enablePullDownRefresh": true,
  15. "navigationStyle": "custom",
  16. "app-plus": {
  17. "pullToRefresh": {
  18. "color": "#03a9f4",
  19. "style": "circle"
  20. }
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/tabbar/category/category",
  26. "style": {
  27. "navigationBarTitleText": "分类",
  28. "enablePullDownRefresh": true,
  29. "app-plus": {
  30. "pullToRefresh": {
  31. "color": "#03a9f4",
  32. "style": "circle"
  33. }
  34. }
  35. }
  36. },
  37. {
  38. "path": "pages/tabbar/gallery/gallery",
  39. "style": {
  40. "navigationBarTitleText": "图库",
  41. "enablePullDownRefresh": true,
  42. "app-plus": {
  43. "pullToRefresh": {
  44. "color": "#03a9f4",
  45. "style": "circle"
  46. }
  47. }
  48. }
  49. },
  50. {
  51. "path": "pages/tabbar/moments/moments",
  52. "style": {
  53. "navigationBarTitleText": "瞬间",
  54. "enablePullDownRefresh": true,
  55. "app-plus": {
  56. "pullToRefresh": {
  57. "color": "#03a9f4",
  58. "style": "circle"
  59. }
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/tabbar/about/about",
  65. "style": {
  66. "navigationBarTitleText": "关于",
  67. "navigationStyle": "custom",
  68. "enablePullDownRefresh": true,
  69. "app-plus": {
  70. "pullToRefresh": {
  71. "color": "#03a9f4",
  72. "style": "circle"
  73. }
  74. }
  75. }
  76. },
  77. {
  78. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  79. "style": {
  80. "disableScroll": true,
  81. "app-plus": {
  82. "backgroundColorTop": "transparent",
  83. "background": "transparent",
  84. "titleNView": false,
  85. "scrollIndicator": false,
  86. "popGesture": "none",
  87. "animationType": "fade-in",
  88. "animationDuration": 200
  89. }
  90. }
  91. }
  92. ],
  93. //此配置为小程序的分包加载机制。在5+App里始终为整包。
  94. "subPackages": [{
  95. "root": "pagesA",
  96. "pages": [{
  97. "path": "start/start",
  98. "style": {
  99. "navigationBarTitleText": "uni-halo",
  100. "enablePullDownRefresh": false,
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "article-detail/article-detail",
  106. "style": {
  107. "navigationBarTitleText": "内容详情",
  108. "enablePullDownRefresh": true,
  109. "app-plus": {
  110. "pullToRefresh": {
  111. "color": "#03a9f4",
  112. "style": "circle"
  113. }
  114. }
  115. }
  116. },
  117. {
  118. "path": "love/love",
  119. "style": {
  120. "navigationBarTitleText": "恋爱日记",
  121. "navigationStyle": "custom",
  122. "enablePullDownRefresh": false,
  123. "app-plus": {
  124. "pullToRefresh": {
  125. "color": "#03a9f4",
  126. "style": "circle"
  127. }
  128. }
  129. }
  130. },
  131. {
  132. "path": "love/list",
  133. "style": {
  134. "navigationBarTitleText": "恋爱清单",
  135. "enablePullDownRefresh": false,
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "love/album",
  141. "style": {
  142. "navigationBarTitleText": "恋爱相册",
  143. "enablePullDownRefresh": true,
  144. "app-plus": {
  145. "pullToRefresh": {
  146. "color": "#03a9f4",
  147. "style": "circle"
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "path": "love/journey",
  154. "style": {
  155. "navigationBarTitleText": "我们的故事",
  156. "navigationStyle": "custom",
  157. "enablePullDownRefresh": false
  158. }
  159. },
  160. {
  161. "path": "archives/archives",
  162. "style": {
  163. "navigationBarTitleText": "归档",
  164. "enablePullDownRefresh": true,
  165. "app-plus": {
  166. "pullToRefresh": {
  167. "color": "#03a9f4",
  168. "style": "circle"
  169. }
  170. }
  171. }
  172. },
  173. {
  174. "path": "friend-links/friend-links",
  175. "style": {
  176. "navigationBarTitleText": "友情链接",
  177. "enablePullDownRefresh": true,
  178. "app-plus": {
  179. "pullToRefresh": {
  180. "color": "#03a9f4",
  181. "style": "circle"
  182. }
  183. }
  184. }
  185. },
  186. {
  187. "path": "articles/articles",
  188. "style": {
  189. "navigationBarTitleText": "内容搜索",
  190. "enablePullDownRefresh": true,
  191. "app-plus": {
  192. "pullToRefresh": {
  193. "color": "#03a9f4",
  194. "style": "circle"
  195. }
  196. }
  197. }
  198. },
  199. {
  200. "path": "category-detail/category-detail",
  201. "style": {
  202. "navigationBarTitleText": "分类详情",
  203. "enablePullDownRefresh": true,
  204. "app-plus": {
  205. "pullToRefresh": {
  206. "color": "#03a9f4",
  207. "style": "circle"
  208. }
  209. }
  210. }
  211. },
  212. {
  213. "path": "disclaimers/disclaimers",
  214. "style": {
  215. "navigationBarTitleText": "免责声明",
  216. "enablePullDownRefresh": false
  217. }
  218. },
  219. {
  220. "path": "contact/contact",
  221. "style": {
  222. "navigationBarTitleText": "联系博主",
  223. "enablePullDownRefresh": false
  224. }
  225. },
  226. {
  227. "path": "about/about",
  228. "style": {
  229. "navigationBarTitleText": "关于博客",
  230. "enablePullDownRefresh": false
  231. }
  232. },
  233. {
  234. "path": "setting/setting",
  235. "style": {
  236. "navigationBarTitleText": "设置",
  237. "enablePullDownRefresh": false
  238. }
  239. },
  240. {
  241. "path": "tags/tags",
  242. "style": {
  243. "navigationBarTitleText": "",
  244. "enablePullDownRefresh": false
  245. }
  246. },
  247. {
  248. "path": "tag-detail/tag-detail",
  249. "style": {
  250. "navigationBarTitleText": "标签详情",
  251. "enablePullDownRefresh": true,
  252. "app-plus": {
  253. "pullToRefresh": {
  254. "color": "#03a9f4",
  255. "style": "circle"
  256. }
  257. }
  258. }
  259. },
  260. {
  261. "path": "submit-link/submit-link",
  262. "style": {
  263. "navigationBarTitleText": "友链提交",
  264. "enablePullDownRefresh": false
  265. }
  266. },
  267. {
  268. "path": "moment-detail/moment-detail",
  269. "style": {
  270. "navigationBarTitleText": "瞬间详情",
  271. "enablePullDownRefresh": true,
  272. "app-plus": {
  273. "pullToRefresh": {
  274. "color": "#03a9f4",
  275. "style": "circle"
  276. }
  277. }
  278. }
  279. },
  280. {
  281. "path": "votes/votes",
  282. "style": {
  283. "navigationBarTitleText": "投票列表",
  284. "enablePullDownRefresh": true,
  285. "app-plus": {
  286. "pullToRefresh": {
  287. "color": "#03a9f4",
  288. "style": "circle"
  289. }
  290. }
  291. }
  292. },
  293. {
  294. "path": "vote-detail/vote-detail",
  295. "style": {
  296. "navigationBarTitleText": "投票详情",
  297. "enablePullDownRefresh": true,
  298. "app-plus": {
  299. "pullToRefresh": {
  300. "color": "#03a9f4",
  301. "style": "circle"
  302. }
  303. }
  304. }
  305. },
  306. {
  307. "path": "data-visual/data-visual",
  308. "style": {
  309. "navigationBarTitleText": "数据看板",
  310. "enablePullDownRefresh": true,
  311. "app-plus": {
  312. "pullToRefresh": {
  313. "color": "#03a9f4",
  314. "style": "circle"
  315. }
  316. }
  317. }
  318. }
  319. ]
  320. },
  321. {
  322. "root": "pagesC",
  323. "pages": [{
  324. "path": "website/website",
  325. "style": {
  326. "navigationBarTitleText": "",
  327. "enablePullDownRefresh": false
  328. }
  329. }]
  330. }
  331. ],
  332. "globalStyle": {
  333. "navigationBarTextStyle": "black",
  334. "navigationBarTitleText": "uni-halo",
  335. "navigationBarBackgroundColor": "#ffffff",
  336. "backgroundColor": "#F8F8F8"
  337. },
  338. "tabBar": {
  339. "backgroundColor": "#fff",
  340. "borderStyle": "white",
  341. "color": "#303133",
  342. "selectedColor": "#03a9f4",
  343. "list": [{
  344. "iconPath": "static/tabbar/select_home.png",
  345. "selectedIconPath": "static/tabbar/select_home_active.png",
  346. "pagePath": "pages/tabbar/home/home",
  347. "text": "首页"
  348. },
  349. {
  350. "iconPath": "static/tabbar/select_category.png",
  351. "selectedIconPath": "static/tabbar/select_category_active.png",
  352. "pagePath": "pages/tabbar/category/category",
  353. "text": "分类"
  354. },
  355. {
  356. "iconPath": "static/tabbar/select_gallery.png",
  357. "selectedIconPath": "static/tabbar/select_gallery_active.png",
  358. "pagePath": "pages/tabbar/gallery/gallery",
  359. "text": "图库"
  360. },
  361. {
  362. "iconPath": "static/tabbar/select_links.png",
  363. "selectedIconPath": "static/tabbar/select_links_active.png",
  364. "pagePath": "pages/tabbar/moments/moments",
  365. "text": "瞬间"
  366. },
  367. {
  368. "iconPath": "static/tabbar/select_mine.png",
  369. "selectedIconPath": "static/tabbar/select_mine_active.png",
  370. "pagePath": "pages/tabbar/about/about",
  371. "text": "关于"
  372. }
  373. ]
  374. }
  375. }