pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "uni-halo",
  7. "enablePullDownRefresh": false,
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/tabbar/home/home",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "enablePullDownRefresh": true,
  16. "navigationStyle": "custom",
  17. "app-plus": {
  18. "pullToRefresh": {
  19. "color": "#03a9f4",
  20. "style": "circle"
  21. }
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/tabbar/category/category",
  27. "style": {
  28. "navigationBarTitleText": "分类",
  29. "enablePullDownRefresh": true,
  30. "app-plus": {
  31. "pullToRefresh": {
  32. "color": "#03a9f4",
  33. "style": "circle"
  34. }
  35. }
  36. }
  37. },
  38. {
  39. "path": "pages/tabbar/gallery/gallery",
  40. "style": {
  41. "navigationBarTitleText": "图库",
  42. "enablePullDownRefresh": true,
  43. "app-plus": {
  44. "pullToRefresh": {
  45. "color": "#03a9f4",
  46. "style": "circle"
  47. }
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/tabbar/moments/moments",
  53. "style": {
  54. "navigationBarTitleText": "瞬间",
  55. "enablePullDownRefresh": true,
  56. "app-plus": {
  57. "pullToRefresh": {
  58. "color": "#03a9f4",
  59. "style": "circle"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/tabbar/about/about",
  66. "style": {
  67. "navigationBarTitleText": "关于",
  68. "navigationStyle": "custom",
  69. "enablePullDownRefresh": true,
  70. "app-plus": {
  71. "pullToRefresh": {
  72. "color": "#03a9f4",
  73. "style": "circle"
  74. }
  75. }
  76. }
  77. },
  78. {
  79. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  80. "style": {
  81. "disableScroll": true,
  82. "app-plus": {
  83. "backgroundColorTop": "transparent",
  84. "background": "transparent",
  85. "titleNView": false,
  86. "scrollIndicator": false,
  87. "popGesture": "none",
  88. "animationType": "fade-in",
  89. "animationDuration": 200
  90. }
  91. }
  92. }
  93. ],
  94. //此配置为小程序的分包加载机制。在5+App里始终为整包。
  95. "subPackages": [
  96. {
  97. "root": "pagesA",
  98. "pages": [
  99. {
  100. "path": "start/start",
  101. "style": {
  102. "navigationBarTitleText": "uni-halo",
  103. "enablePullDownRefresh": false,
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "article-detail/article-detail",
  109. "style": {
  110. "navigationBarTitleText": "文章详情",
  111. "enablePullDownRefresh": true,
  112. "app-plus": {
  113. "pullToRefresh": {
  114. "color": "#03a9f4",
  115. "style": "circle"
  116. }
  117. }
  118. }
  119. },
  120. {
  121. "path": "love/love",
  122. "style": {
  123. "navigationBarTitleText": "恋爱日记",
  124. "navigationStyle": "custom",
  125. "enablePullDownRefresh": false,
  126. "app-plus": {
  127. "pullToRefresh": {
  128. "color": "#03a9f4",
  129. "style": "circle"
  130. }
  131. }
  132. }
  133. },
  134. {
  135. "path": "love/list",
  136. "style": {
  137. "navigationBarTitleText": "恋爱清单",
  138. "enablePullDownRefresh": false,
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "love/album",
  144. "style": {
  145. "navigationBarTitleText": "恋爱相册",
  146. "enablePullDownRefresh": true,
  147. "app-plus": {
  148. "pullToRefresh": {
  149. "color": "#03a9f4",
  150. "style": "circle"
  151. }
  152. }
  153. }
  154. },
  155. {
  156. "path": "love/journey",
  157. "style": {
  158. "navigationBarTitleText": "我们的故事",
  159. "navigationStyle": "custom",
  160. "enablePullDownRefresh": false
  161. }
  162. },
  163. {
  164. "path": "archives/archives",
  165. "style": {
  166. "navigationBarTitleText": "文章归档",
  167. "enablePullDownRefresh": true,
  168. "app-plus": {
  169. "pullToRefresh": {
  170. "color": "#03a9f4",
  171. "style": "circle"
  172. }
  173. }
  174. }
  175. },
  176. {
  177. "path": "friend-links/friend-links",
  178. "style": {
  179. "navigationBarTitleText": "友情链接",
  180. "enablePullDownRefresh": true,
  181. "app-plus": {
  182. "pullToRefresh": {
  183. "color": "#03a9f4",
  184. "style": "circle"
  185. }
  186. }
  187. }
  188. },
  189. {
  190. "path": "journal/journal",
  191. "style": {
  192. "navigationBarTitleText": "个人日记",
  193. "enablePullDownRefresh": true,
  194. "app-plus": {
  195. "pullToRefresh": {
  196. "color": "#03a9f4",
  197. "style": "circle"
  198. }
  199. }
  200. }
  201. },
  202. {
  203. "path": "articles/articles",
  204. "style": {
  205. "navigationBarTitleText": "文章列表",
  206. "enablePullDownRefresh": true,
  207. "app-plus": {
  208. "pullToRefresh": {
  209. "color": "#03a9f4",
  210. "style": "circle"
  211. }
  212. }
  213. }
  214. },
  215. {
  216. "path": "category-detail/category-detail",
  217. "style": {
  218. "navigationBarTitleText": "分类详情",
  219. "enablePullDownRefresh": true,
  220. "app-plus": {
  221. "pullToRefresh": {
  222. "color": "#03a9f4",
  223. "style": "circle"
  224. }
  225. }
  226. }
  227. },
  228. {
  229. "path": "comment/comment",
  230. "style": {
  231. "navigationBarTitleText": "",
  232. "enablePullDownRefresh": false
  233. },
  234. "meta": {
  235. "auth": "login"
  236. }
  237. },
  238. {
  239. "path": "disclaimers/disclaimers",
  240. "style": {
  241. "navigationBarTitleText": "免责声明",
  242. "enablePullDownRefresh": false
  243. }
  244. },
  245. {
  246. "path": "contact/contact",
  247. "style": {
  248. "navigationBarTitleText": "联系博主",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "about/about",
  254. "style": {
  255. "navigationBarTitleText": "关于博客",
  256. "enablePullDownRefresh": false
  257. }
  258. },
  259. {
  260. "path": "setting/setting",
  261. "style": {
  262. "navigationBarTitleText": "设置",
  263. "enablePullDownRefresh": false
  264. }
  265. },
  266. {
  267. "path": "tags/tags",
  268. "style": {
  269. "navigationBarTitleText": "",
  270. "enablePullDownRefresh": false
  271. }
  272. },
  273. {
  274. "path": "tag-detail/tag-detail",
  275. "style": {
  276. "navigationBarTitleText": "标签详情",
  277. "enablePullDownRefresh": true,
  278. "app-plus": {
  279. "pullToRefresh": {
  280. "color": "#03a9f4",
  281. "style": "circle"
  282. }
  283. }
  284. }
  285. },
  286. {
  287. "path": "test-page/test-page",
  288. "style": {
  289. "navigationBarTitleText": ""
  290. }
  291. },
  292. {
  293. "path": "advertise/advertise",
  294. "style": {
  295. "navigationBarTitleText": "广告页面",
  296. "enablePullDownRefresh": false
  297. }
  298. },
  299. {
  300. "path": "submit-link/submit-link",
  301. "style": {
  302. "navigationBarTitleText": "友链提交",
  303. "enablePullDownRefresh": false
  304. }
  305. }
  306. ]
  307. },
  308. {
  309. "root": "pagesB",
  310. "pages": [
  311. {
  312. "path": "login/login",
  313. "style": {
  314. "navigationBarTitleText": "登录",
  315. "enablePullDownRefresh": false,
  316. "navigationStyle": "custom"
  317. }
  318. },
  319. {
  320. "path": "admin/admin",
  321. "style": {
  322. "navigationBarTitleText": "工作台",
  323. "enablePullDownRefresh": true,
  324. "app-plus": {
  325. "pullToRefresh": {
  326. "color": "#03a9f4",
  327. "style": "circle"
  328. }
  329. }
  330. },
  331. "meta": {
  332. "auth": "admin"
  333. }
  334. },
  335. {
  336. "path": "settings/settings",
  337. "style": {
  338. "navigationBarTitleText": "系统设置",
  339. "enablePullDownRefresh": true,
  340. "app-plus": {
  341. "pullToRefresh": {
  342. "color": "#03a9f4",
  343. "style": "circle"
  344. }
  345. }
  346. },
  347. "meta": {
  348. "auth": "admin"
  349. }
  350. },
  351. {
  352. "path": "journal/journal",
  353. "style": {
  354. "navigationBarTitleText": "日记管理",
  355. "enablePullDownRefresh": true,
  356. "app-plus": {
  357. "pullToRefresh": {
  358. "color": "#03a9f4",
  359. "style": "circle"
  360. }
  361. }
  362. },
  363. "meta": {
  364. "auth": "admin"
  365. }
  366. },
  367. {
  368. "path": "journal/journal-edit",
  369. "style": {
  370. "navigationBarTitleText": "",
  371. "enablePullDownRefresh": false,
  372. "app-plus": {
  373. "pullToRefresh": {
  374. "color": "#03a9f4",
  375. "style": "circle"
  376. }
  377. }
  378. },
  379. "meta": {
  380. "auth": "admin"
  381. }
  382. },
  383. {
  384. "path": "articles/articles",
  385. "style": {
  386. "navigationBarTitleText": "文章管理",
  387. "enablePullDownRefresh": true,
  388. "app-plus": {
  389. "pullToRefresh": {
  390. "color": "#03a9f4",
  391. "style": "circle"
  392. }
  393. }
  394. },
  395. "meta": {
  396. "auth": "admin"
  397. }
  398. },
  399. {
  400. "path": "articles/article-edit",
  401. "style": {
  402. "navigationBarTitleText": "写文章",
  403. "enablePullDownRefresh": false
  404. },
  405. "meta": {
  406. "auth": "admin"
  407. }
  408. },
  409. {
  410. "path": "articles/article-setting",
  411. "style": {
  412. "navigationBarTitleText": "文章设置",
  413. "enablePullDownRefresh": true,
  414. "app-plus": {
  415. "pullToRefresh": {
  416. "color": "#03a9f4",
  417. "style": "circle"
  418. }
  419. }
  420. },
  421. "meta": {
  422. "auth": "admin"
  423. }
  424. },
  425. {
  426. "path": "category/category",
  427. "style": {
  428. "navigationBarTitleText": "分类管理",
  429. "enablePullDownRefresh": true,
  430. "app-plus": {
  431. "pullToRefresh": {
  432. "color": "#03a9f4",
  433. "style": "circle"
  434. }
  435. }
  436. },
  437. "meta": {
  438. "auth": "admin"
  439. }
  440. },
  441. {
  442. "path": "tags/tags",
  443. "style": {
  444. "navigationBarTitleText": "标签管理",
  445. "enablePullDownRefresh": true,
  446. "app-plus": {
  447. "pullToRefresh": {
  448. "color": "#03a9f4",
  449. "style": "circle"
  450. }
  451. }
  452. },
  453. "meta": {
  454. "auth": "admin"
  455. }
  456. },
  457. {
  458. "path": "attachment/attachment",
  459. "style": {
  460. "navigationBarTitleText": "附件管理",
  461. "enablePullDownRefresh": true,
  462. "app-plus": {
  463. "pullToRefresh": {
  464. "color": "#03a9f4",
  465. "style": "circle"
  466. }
  467. }
  468. },
  469. "meta": {
  470. "auth": "admin"
  471. }
  472. },
  473. {
  474. "path": "links/links",
  475. "style": {
  476. "navigationBarTitleText": "友链管理",
  477. "enablePullDownRefresh": true,
  478. "app-plus": {
  479. "pullToRefresh": {
  480. "color": "#03a9f4",
  481. "style": "circle"
  482. }
  483. }
  484. },
  485. "meta": {
  486. "auth": "admin"
  487. }
  488. },
  489. {
  490. "path": "photos/photos",
  491. "style": {
  492. "navigationBarTitleText": "图库管理",
  493. "enablePullDownRefresh": true,
  494. "app-plus": {
  495. "pullToRefresh": {
  496. "color": "#03a9f4",
  497. "style": "circle"
  498. }
  499. }
  500. },
  501. "meta": {
  502. "auth": "admin"
  503. }
  504. },
  505. {
  506. "path": "photos/photos-edit",
  507. "style": {
  508. "navigationBarTitleText": "新增/编辑图片",
  509. "enablePullDownRefresh": true,
  510. "app-plus": {
  511. "pullToRefresh": {
  512. "color": "#03a9f4",
  513. "style": "circle"
  514. }
  515. }
  516. },
  517. "meta": {
  518. "auth": "admin"
  519. }
  520. },
  521. {
  522. "path": "comments/comments",
  523. "style": {
  524. "navigationBarTitleText": "评论管理",
  525. "enablePullDownRefresh": true,
  526. "app-plus": {
  527. "pullToRefresh": {
  528. "color": "#03a9f4",
  529. "style": "circle"
  530. }
  531. }
  532. },
  533. "meta": {
  534. "auth": "admin"
  535. }
  536. },
  537. {
  538. "path": "menus/menus",
  539. "style": {
  540. "navigationBarTitleText": "菜单管理",
  541. "enablePullDownRefresh": true,
  542. "app-plus": {
  543. "pullToRefresh": {
  544. "color": "#03a9f4",
  545. "style": "circle"
  546. }
  547. }
  548. },
  549. "meta": {
  550. "auth": "admin"
  551. }
  552. },
  553. {
  554. "path": "password/password",
  555. "style": {
  556. "navigationBarTitleText": "修改密码",
  557. "enablePullDownRefresh": false
  558. },
  559. "meta": {
  560. "auth": "admin"
  561. }
  562. },
  563. {
  564. "path": "profile/profile",
  565. "style": {
  566. "navigationBarTitleText": "个人信息",
  567. "enablePullDownRefresh": true,
  568. "app-plus": {
  569. "pullToRefresh": {
  570. "color": "#03a9f4",
  571. "style": "circle"
  572. }
  573. }
  574. },
  575. "meta": {
  576. "auth": "admin"
  577. }
  578. },
  579. {
  580. "path": "logs/logs",
  581. "style": {
  582. "navigationBarTitleText": "日志管理",
  583. "enablePullDownRefresh": true,
  584. "app-plus": {
  585. "pullToRefresh": {
  586. "color": "#03a9f4",
  587. "style": "circle"
  588. }
  589. }
  590. },
  591. "meta": {
  592. "auth": "admin"
  593. }
  594. }
  595. ]
  596. },
  597. {
  598. "root": "pagesC",
  599. "pages": [
  600. {
  601. "path": "website/website",
  602. "style": {
  603. "navigationBarTitleText": "",
  604. "enablePullDownRefresh": false
  605. }
  606. }
  607. ]
  608. }
  609. ],
  610. "globalStyle": {
  611. "navigationBarTextStyle": "black",
  612. "navigationBarTitleText": "uni-halo",
  613. "navigationBarBackgroundColor": "#ffffff",
  614. "backgroundColor": "#F8F8F8"
  615. },
  616. "tabBar": {
  617. "backgroundColor": "#fff",
  618. "borderStyle": "white",
  619. "color": "#303133",
  620. "selectedColor": "#03a9f4",
  621. "list": [
  622. {
  623. "iconPath": "static/tabbar/select_home.png",
  624. "selectedIconPath": "static/tabbar/select_home_active.png",
  625. "pagePath": "pages/tabbar/home/home",
  626. "text": "首页"
  627. },
  628. {
  629. "iconPath": "static/tabbar/select_category.png",
  630. "selectedIconPath": "static/tabbar/select_category_active.png",
  631. "pagePath": "pages/tabbar/category/category",
  632. "text": "分类"
  633. },
  634. {
  635. "iconPath": "static/tabbar/select_gallery.png",
  636. "selectedIconPath": "static/tabbar/select_gallery_active.png",
  637. "pagePath": "pages/tabbar/gallery/gallery",
  638. "text": "图库"
  639. },
  640. {
  641. "iconPath": "static/tabbar/select_links.png",
  642. "selectedIconPath": "static/tabbar/select_links_active.png",
  643. "pagePath": "pages/tabbar/moments/moments",
  644. "text": "瞬间"
  645. },
  646. {
  647. "iconPath": "static/tabbar/select_mine.png",
  648. "selectedIconPath": "static/tabbar/select_mine_active.png",
  649. "pagePath": "pages/tabbar/about/about",
  650. "text": "关于"
  651. }
  652. ]
  653. }
  654. }