pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  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. }
  203. }, {
  204. "path": "about/about",
  205. "style": {
  206. "navigationBarTitleText": "关于博客",
  207. "enablePullDownRefresh": false
  208. }
  209. }, {
  210. "path": "setting/setting",
  211. "style": {
  212. "navigationBarTitleText": "设置",
  213. "enablePullDownRefresh": false
  214. }
  215. }]
  216. },
  217. {
  218. "root": "pagesB",
  219. "pages": [{
  220. "path": "login/login",
  221. "style": {
  222. "navigationBarTitleText": "登录",
  223. "enablePullDownRefresh": false,
  224. "navigationStyle": "custom"
  225. }
  226. }, {
  227. "path": "admin/admin",
  228. "style": {
  229. "navigationBarTitleText": "工作台",
  230. "enablePullDownRefresh": true,
  231. "app-plus": {
  232. "pullToRefresh": {
  233. "color": "#03a9f4",
  234. "style": "circle"
  235. }
  236. }
  237. },
  238. "meta": {
  239. "auth": "admin"
  240. }
  241. }, {
  242. "path": "settings/settings",
  243. "style": {
  244. "navigationBarTitleText": "系统设置",
  245. "enablePullDownRefresh": true,
  246. "app-plus": {
  247. "pullToRefresh": {
  248. "color": "#03a9f4",
  249. "style": "circle"
  250. }
  251. }
  252. },
  253. "meta": {
  254. "auth": "admin"
  255. }
  256. }, {
  257. "path": "journal/journal",
  258. "style": {
  259. "navigationBarTitleText": "日记管理",
  260. "enablePullDownRefresh": true,
  261. "app-plus": {
  262. "pullToRefresh": {
  263. "color": "#03a9f4",
  264. "style": "circle"
  265. }
  266. }
  267. },
  268. "meta": {
  269. "auth": "admin"
  270. }
  271. }, {
  272. "path": "journal/journal-edit",
  273. "style": {
  274. "navigationBarTitleText": "",
  275. "enablePullDownRefresh": false,
  276. "app-plus": {
  277. "pullToRefresh": {
  278. "color": "#03a9f4",
  279. "style": "circle"
  280. }
  281. }
  282. },
  283. "meta": {
  284. "auth": "admin"
  285. }
  286. }, {
  287. "path": "articles/articles",
  288. "style": {
  289. "navigationBarTitleText": "文章管理",
  290. "enablePullDownRefresh": true,
  291. "app-plus": {
  292. "pullToRefresh": {
  293. "color": "#03a9f4",
  294. "style": "circle"
  295. }
  296. }
  297. },
  298. "meta": {
  299. "auth": "admin"
  300. }
  301. }, {
  302. "path": "articles/article-edit",
  303. "style": {
  304. "navigationBarTitleText": "写文章",
  305. "enablePullDownRefresh": false
  306. },
  307. "meta": {
  308. "auth": "admin"
  309. }
  310. }, {
  311. "path": "articles/article-setting",
  312. "style": {
  313. "navigationBarTitleText": "文章设置",
  314. "enablePullDownRefresh": true,
  315. "app-plus": {
  316. "pullToRefresh": {
  317. "color": "#03a9f4",
  318. "style": "circle"
  319. }
  320. }
  321. },
  322. "meta": {
  323. "auth": "admin"
  324. }
  325. }, {
  326. "path": "category/category",
  327. "style": {
  328. "navigationBarTitleText": "分类管理",
  329. "enablePullDownRefresh": true,
  330. "app-plus": {
  331. "pullToRefresh": {
  332. "color": "#03a9f4",
  333. "style": "circle"
  334. }
  335. }
  336. },
  337. "meta": {
  338. "auth": "admin"
  339. }
  340. }, {
  341. "path": "tags/tags",
  342. "style": {
  343. "navigationBarTitleText": "标签管理",
  344. "enablePullDownRefresh": true,
  345. "app-plus": {
  346. "pullToRefresh": {
  347. "color": "#03a9f4",
  348. "style": "circle"
  349. }
  350. }
  351. },
  352. "meta": {
  353. "auth": "admin"
  354. }
  355. }, {
  356. "path": "attachment/attachment",
  357. "style": {
  358. "navigationBarTitleText": "附件管理",
  359. "enablePullDownRefresh": true,
  360. "app-plus": {
  361. "pullToRefresh": {
  362. "color": "#03a9f4",
  363. "style": "circle"
  364. }
  365. }
  366. },
  367. "meta": {
  368. "auth": "admin"
  369. }
  370. }, {
  371. "path": "links/links",
  372. "style": {
  373. "navigationBarTitleText": "友链管理",
  374. "enablePullDownRefresh": true,
  375. "app-plus": {
  376. "pullToRefresh": {
  377. "color": "#03a9f4",
  378. "style": "circle"
  379. }
  380. }
  381. },
  382. "meta": {
  383. "auth": "admin"
  384. }
  385. }, {
  386. "path": "photos/photos",
  387. "style": {
  388. "navigationBarTitleText": "图库管理",
  389. "enablePullDownRefresh": true,
  390. "app-plus": {
  391. "pullToRefresh": {
  392. "color": "#03a9f4",
  393. "style": "circle"
  394. }
  395. }
  396. },
  397. "meta": {
  398. "auth": "admin"
  399. }
  400. }, {
  401. "path": "photos/photos-edit",
  402. "style": {
  403. "navigationBarTitleText": "新增/编辑图片",
  404. "enablePullDownRefresh": true,
  405. "app-plus": {
  406. "pullToRefresh": {
  407. "color": "#03a9f4",
  408. "style": "circle"
  409. }
  410. }
  411. },
  412. "meta": {
  413. "auth": "admin"
  414. }
  415. }, {
  416. "path": "comments/comments",
  417. "style": {
  418. "navigationBarTitleText": "评论管理",
  419. "enablePullDownRefresh": true,
  420. "app-plus": {
  421. "pullToRefresh": {
  422. "color": "#03a9f4",
  423. "style": "circle"
  424. }
  425. }
  426. },
  427. "meta": {
  428. "auth": "admin"
  429. }
  430. }, {
  431. "path": "menus/menus",
  432. "style": {
  433. "navigationBarTitleText": "菜单管理",
  434. "enablePullDownRefresh": true,
  435. "app-plus": {
  436. "pullToRefresh": {
  437. "color": "#03a9f4",
  438. "style": "circle"
  439. }
  440. }
  441. },
  442. "meta": {
  443. "auth": "admin"
  444. }
  445. }, {
  446. "path": "password/password",
  447. "style": {
  448. "navigationBarTitleText": "修改密码",
  449. "enablePullDownRefresh": false
  450. },
  451. "meta": {
  452. "auth": "admin"
  453. }
  454. }, {
  455. "path": "profile/profile",
  456. "style": {
  457. "navigationBarTitleText": "个人信息",
  458. "enablePullDownRefresh": true,
  459. "app-plus": {
  460. "pullToRefresh": {
  461. "color": "#03a9f4",
  462. "style": "circle"
  463. }
  464. }
  465. },
  466. "meta": {
  467. "auth": "admin"
  468. }
  469. }, {
  470. "path": "logs/logs",
  471. "style": {
  472. "navigationBarTitleText": "日志管理",
  473. "enablePullDownRefresh": true,
  474. "app-plus": {
  475. "pullToRefresh": {
  476. "color": "#03a9f4",
  477. "style": "circle"
  478. }
  479. }
  480. },
  481. "meta": {
  482. "auth": "admin"
  483. }
  484. }]
  485. }, {
  486. "root": "pagesC",
  487. "pages": [{
  488. "path": "website/website",
  489. "style": {
  490. "navigationBarTitleText": "",
  491. "enablePullDownRefresh": false
  492. }
  493. }]
  494. }
  495. ],
  496. "globalStyle": {
  497. "navigationBarTextStyle": "black",
  498. "navigationBarTitleText": "uni-halo",
  499. "navigationBarBackgroundColor": "#ffffff",
  500. "backgroundColor": "#F8F8F8"
  501. },
  502. "tabBar": {
  503. "backgroundColor": "white",
  504. "borderStyle": "white",
  505. "color": "#303133",
  506. "selectedColor": "#03a9f4",
  507. "list": [{
  508. "iconPath": "static/tabbar/select_home.png",
  509. "selectedIconPath": "static/tabbar/select_home_active.png",
  510. "pagePath": "pages/tabbar/home/home",
  511. "text": "首页"
  512. },
  513. {
  514. "iconPath": "static/tabbar/select_category.png",
  515. "selectedIconPath": "static/tabbar/select_category_active.png",
  516. "pagePath": "pages/tabbar/category/category",
  517. "text": "分类"
  518. }, {
  519. "iconPath": "static/tabbar/select_gallery.png",
  520. "selectedIconPath": "static/tabbar/select_gallery_active.png",
  521. "pagePath": "pages/tabbar/gallery/gallery",
  522. "text": "图库"
  523. }, {
  524. "iconPath": "static/tabbar/select_links.png",
  525. "selectedIconPath": "static/tabbar/select_links_active.png",
  526. "pagePath": "pages/tabbar/links/links",
  527. "text": "友链"
  528. }, {
  529. "iconPath": "static/tabbar/select_mine.png",
  530. "selectedIconPath": "static/tabbar/select_mine_active.png",
  531. "pagePath": "pages/tabbar/about/about",
  532. "text": "关于"
  533. }
  534. ]
  535. }
  536. }