pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  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. "path": "pages/tabbar/category/category",
  25. "style": {
  26. "navigationBarTitleText": "分类",
  27. "enablePullDownRefresh": false,
  28. "app-plus": {
  29. "pullToRefresh": {
  30. "color": "#03a9f4",
  31. "style": "circle"
  32. }
  33. }
  34. }
  35. }, {
  36. "path": "pages/tabbar/gallery/gallery",
  37. "style": {
  38. "navigationBarTitleText": "图库",
  39. "enablePullDownRefresh": true,
  40. "app-plus": {
  41. "pullToRefresh": {
  42. "color": "#03a9f4",
  43. "style": "circle"
  44. }
  45. }
  46. }
  47. }, {
  48. "path": "pages/tabbar/links/links",
  49. "style": {
  50. "navigationBarTitleText": "友链",
  51. "enablePullDownRefresh": true,
  52. "app-plus": {
  53. "pullToRefresh": {
  54. "color": "#03a9f4",
  55. "style": "circle"
  56. }
  57. }
  58. }
  59. }, {
  60. "path": "pages/tabbar/about/about",
  61. "style": {
  62. "navigationBarTitleText": "关于",
  63. "navigationStyle": "custom",
  64. "enablePullDownRefresh": true,
  65. "app-plus": {
  66. "pullToRefresh": {
  67. "color": "#03a9f4",
  68. "style": "circle"
  69. }
  70. }
  71. }
  72. }, {
  73. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  74. "style": {
  75. "disableScroll": true,
  76. "app-plus": {
  77. "backgroundColorTop": "transparent",
  78. "background": "transparent",
  79. "titleNView": false,
  80. "scrollIndicator": false,
  81. "popGesture": "none",
  82. "animationType": "fade-in",
  83. "animationDuration": 200
  84. }
  85. }
  86. }
  87. ],
  88. //此配置为小程序的分包加载机制。在5+App里始终为整包。
  89. "subPackages": [{
  90. "root": "pagesA",
  91. "pages": [{
  92. "path": "start/start",
  93. "style": {
  94. "navigationBarTitleText": "uni-halo",
  95. "enablePullDownRefresh": false,
  96. "navigationStyle": "custom"
  97. }
  98. }, {
  99. "path": "article-detail/article-detail",
  100. "style": {
  101. "navigationBarTitleText": "文章详情",
  102. "enablePullDownRefresh": true,
  103. "app-plus": {
  104. "pullToRefresh": {
  105. "color": "#03a9f4",
  106. "style": "circle"
  107. }
  108. }
  109. }
  110. }, {
  111. "path": "love/love",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "enablePullDownRefresh": true,
  115. "app-plus": {
  116. "pullToRefresh": {
  117. "color": "#03a9f4",
  118. "style": "circle"
  119. }
  120. }
  121. }
  122. }, {
  123. "path": "archives/archives",
  124. "style": {
  125. "navigationBarTitleText": "文章归档",
  126. "enablePullDownRefresh": true,
  127. "app-plus": {
  128. "pullToRefresh": {
  129. "color": "#03a9f4",
  130. "style": "circle"
  131. }
  132. }
  133. }
  134. }, {
  135. "path": "journal/journal",
  136. "style": {
  137. "navigationBarTitleText": "个人日记",
  138. "enablePullDownRefresh": true,
  139. "app-plus": {
  140. "pullToRefresh": {
  141. "color": "#03a9f4",
  142. "style": "circle"
  143. }
  144. }
  145. }
  146. }, {
  147. "path": "leaving/leaving",
  148. "style": {
  149. "navigationBarTitleText": "留言板",
  150. "enablePullDownRefresh": true,
  151. "app-plus": {
  152. "pullToRefresh": {
  153. "color": "#03a9f4",
  154. "style": "circle"
  155. }
  156. }
  157. }
  158. }, {
  159. "path": "articles/articles",
  160. "style": {
  161. "navigationBarTitleText": "文章列表",
  162. "enablePullDownRefresh": true,
  163. "app-plus": {
  164. "pullToRefresh": {
  165. "color": "#03a9f4",
  166. "style": "circle"
  167. }
  168. }
  169. }
  170. }, {
  171. "path": "category-detail/category-detail",
  172. "style": {
  173. "navigationBarTitleText": "分类详情",
  174. "enablePullDownRefresh": true,
  175. "app-plus": {
  176. "pullToRefresh": {
  177. "color": "#03a9f4",
  178. "style": "circle"
  179. }
  180. }
  181. }
  182. }, {
  183. "path": "comment/comment",
  184. "style": {
  185. "navigationBarTitleText": "",
  186. "enablePullDownRefresh": false
  187. },
  188. "meta": {
  189. "auth": "login"
  190. }
  191. }, {
  192. "path": "disclaimers/disclaimers",
  193. "style": {
  194. "navigationBarTitleText": "免责声明",
  195. "enablePullDownRefresh": false
  196. }
  197. }, {
  198. "path": "contact/contact",
  199. "style": {
  200. "navigationBarTitleText": "联系博主",
  201. "enablePullDownRefresh": false,
  202. "navigationStyle": "custom"
  203. }
  204. }, {
  205. "path": "about/about",
  206. "style": {
  207. "navigationBarTitleText": "关于博客",
  208. "enablePullDownRefresh": false
  209. }
  210. }, {
  211. "path": "setting/setting",
  212. "style": {
  213. "navigationBarTitleText": "设置",
  214. "enablePullDownRefresh": false
  215. }
  216. }]
  217. },
  218. {
  219. "root": "pagesB",
  220. "pages": [{
  221. "path": "login/login",
  222. "style": {
  223. "navigationBarTitleText": "登录",
  224. "enablePullDownRefresh": false,
  225. "navigationStyle": "custom"
  226. }
  227. }, {
  228. "path": "admin/admin",
  229. "style": {
  230. "navigationBarTitleText": "工作台",
  231. "enablePullDownRefresh": true,
  232. "app-plus": {
  233. "pullToRefresh": {
  234. "color": "#03a9f4",
  235. "style": "circle"
  236. }
  237. }
  238. },
  239. "meta": {
  240. "auth": "admin"
  241. }
  242. }, {
  243. "path": "settings/settings",
  244. "style": {
  245. "navigationBarTitleText": "系统设置",
  246. "enablePullDownRefresh": true,
  247. "app-plus": {
  248. "pullToRefresh": {
  249. "color": "#03a9f4",
  250. "style": "circle"
  251. }
  252. }
  253. },
  254. "meta": {
  255. "auth": "admin"
  256. }
  257. }, {
  258. "path": "journal/journal",
  259. "style": {
  260. "navigationBarTitleText": "日记管理",
  261. "enablePullDownRefresh": true,
  262. "app-plus": {
  263. "pullToRefresh": {
  264. "color": "#03a9f4",
  265. "style": "circle"
  266. }
  267. }
  268. },
  269. "meta": {
  270. "auth": "admin"
  271. }
  272. }, {
  273. "path": "journal/journal-edit",
  274. "style": {
  275. "navigationBarTitleText": "",
  276. "enablePullDownRefresh": false,
  277. "app-plus": {
  278. "pullToRefresh": {
  279. "color": "#03a9f4",
  280. "style": "circle"
  281. }
  282. }
  283. },
  284. "meta": {
  285. "auth": "admin"
  286. }
  287. }, {
  288. "path": "articles/articles",
  289. "style": {
  290. "navigationBarTitleText": "文章管理",
  291. "enablePullDownRefresh": true,
  292. "app-plus": {
  293. "pullToRefresh": {
  294. "color": "#03a9f4",
  295. "style": "circle"
  296. }
  297. }
  298. },
  299. "meta": {
  300. "auth": "admin"
  301. }
  302. }, {
  303. "path": "articles/article-edit",
  304. "style": {
  305. "navigationBarTitleText": "写文章",
  306. "enablePullDownRefresh": false
  307. },
  308. "meta": {
  309. "auth": "admin"
  310. }
  311. }, {
  312. "path": "articles/article-setting",
  313. "style": {
  314. "navigationBarTitleText": "文章设置",
  315. "enablePullDownRefresh": true,
  316. "app-plus": {
  317. "pullToRefresh": {
  318. "color": "#03a9f4",
  319. "style": "circle"
  320. }
  321. }
  322. },
  323. "meta": {
  324. "auth": "admin"
  325. }
  326. }, {
  327. "path": "category/category",
  328. "style": {
  329. "navigationBarTitleText": "分类管理",
  330. "enablePullDownRefresh": true,
  331. "app-plus": {
  332. "pullToRefresh": {
  333. "color": "#03a9f4",
  334. "style": "circle"
  335. }
  336. }
  337. },
  338. "meta": {
  339. "auth": "admin"
  340. }
  341. }, {
  342. "path": "tags/tags",
  343. "style": {
  344. "navigationBarTitleText": "标签管理",
  345. "enablePullDownRefresh": true,
  346. "app-plus": {
  347. "pullToRefresh": {
  348. "color": "#03a9f4",
  349. "style": "circle"
  350. }
  351. }
  352. },
  353. "meta": {
  354. "auth": "admin"
  355. }
  356. }, {
  357. "path": "attachment/attachment",
  358. "style": {
  359. "navigationBarTitleText": "附件管理",
  360. "enablePullDownRefresh": true,
  361. "app-plus": {
  362. "pullToRefresh": {
  363. "color": "#03a9f4",
  364. "style": "circle"
  365. }
  366. }
  367. },
  368. "meta": {
  369. "auth": "admin"
  370. }
  371. }, {
  372. "path": "links/links",
  373. "style": {
  374. "navigationBarTitleText": "友链管理",
  375. "enablePullDownRefresh": true,
  376. "app-plus": {
  377. "pullToRefresh": {
  378. "color": "#03a9f4",
  379. "style": "circle"
  380. }
  381. }
  382. },
  383. "meta": {
  384. "auth": "admin"
  385. }
  386. }, {
  387. "path": "photos/photos",
  388. "style": {
  389. "navigationBarTitleText": "图库管理",
  390. "enablePullDownRefresh": true,
  391. "app-plus": {
  392. "pullToRefresh": {
  393. "color": "#03a9f4",
  394. "style": "circle"
  395. }
  396. }
  397. },
  398. "meta": {
  399. "auth": "admin"
  400. }
  401. }, {
  402. "path": "photos/photos-edit",
  403. "style": {
  404. "navigationBarTitleText": "新增/编辑图片",
  405. "enablePullDownRefresh": true,
  406. "app-plus": {
  407. "pullToRefresh": {
  408. "color": "#03a9f4",
  409. "style": "circle"
  410. }
  411. }
  412. },
  413. "meta": {
  414. "auth": "admin"
  415. }
  416. }, {
  417. "path": "comments/comments",
  418. "style": {
  419. "navigationBarTitleText": "评论管理",
  420. "enablePullDownRefresh": true,
  421. "app-plus": {
  422. "pullToRefresh": {
  423. "color": "#03a9f4",
  424. "style": "circle"
  425. }
  426. }
  427. },
  428. "meta": {
  429. "auth": "admin"
  430. }
  431. }, {
  432. "path": "menus/menus",
  433. "style": {
  434. "navigationBarTitleText": "菜单管理",
  435. "enablePullDownRefresh": true,
  436. "app-plus": {
  437. "pullToRefresh": {
  438. "color": "#03a9f4",
  439. "style": "circle"
  440. }
  441. }
  442. },
  443. "meta": {
  444. "auth": "admin"
  445. }
  446. }, {
  447. "path": "password/password",
  448. "style": {
  449. "navigationBarTitleText": "修改密码",
  450. "enablePullDownRefresh": false
  451. },
  452. "meta": {
  453. "auth": "admin"
  454. }
  455. }, {
  456. "path": "profile/profile",
  457. "style": {
  458. "navigationBarTitleText": "个人信息",
  459. "enablePullDownRefresh": true,
  460. "app-plus": {
  461. "pullToRefresh": {
  462. "color": "#03a9f4",
  463. "style": "circle"
  464. }
  465. }
  466. },
  467. "meta": {
  468. "auth": "admin"
  469. }
  470. }, {
  471. "path": "logs/logs",
  472. "style": {
  473. "navigationBarTitleText": "日志管理",
  474. "enablePullDownRefresh": true,
  475. "app-plus": {
  476. "pullToRefresh": {
  477. "color": "#03a9f4",
  478. "style": "circle"
  479. }
  480. }
  481. },
  482. "meta": {
  483. "auth": "admin"
  484. }
  485. }]
  486. }, {
  487. "root": "pagesC",
  488. "pages": [{
  489. "path": "website/website",
  490. "style": {
  491. "navigationBarTitleText": "",
  492. "enablePullDownRefresh": false
  493. }
  494. }]
  495. }
  496. ],
  497. "globalStyle": {
  498. "navigationBarTextStyle": "black",
  499. "navigationBarTitleText": "uni-halo",
  500. "navigationBarBackgroundColor": "#ffffff",
  501. "backgroundColor": "#F8F8F8"
  502. },
  503. "tabBar": {
  504. "backgroundColor": "white",
  505. "borderStyle": "white",
  506. "color": "#303133",
  507. "selectedColor": "#03a9f4",
  508. "list": [{
  509. "iconPath": "static/tabbar/select_home.png",
  510. "selectedIconPath": "static/tabbar/select_home_active.png",
  511. "pagePath": "pages/tabbar/home/home",
  512. "text": "首页"
  513. },
  514. {
  515. "iconPath": "static/tabbar/select_category.png",
  516. "selectedIconPath": "static/tabbar/select_category_active.png",
  517. "pagePath": "pages/tabbar/category/category",
  518. "text": "分类"
  519. }, {
  520. "iconPath": "static/tabbar/select_gallery.png",
  521. "selectedIconPath": "static/tabbar/select_gallery_active.png",
  522. "pagePath": "pages/tabbar/gallery/gallery",
  523. "text": "图库"
  524. }, {
  525. "iconPath": "static/tabbar/select_links.png",
  526. "selectedIconPath": "static/tabbar/select_links_active.png",
  527. "pagePath": "pages/tabbar/links/links",
  528. "text": "友链"
  529. }, {
  530. "iconPath": "static/tabbar/select_mine.png",
  531. "selectedIconPath": "static/tabbar/select_mine_active.png",
  532. "pagePath": "pages/tabbar/about/about",
  533. "text": "关于"
  534. }
  535. ]
  536. }
  537. }