pages.json 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "onReachBottomDistance": "50",
  6. "style": {
  7. "navigationBarTitleText": "首页",
  8. "navigationStyle": "custom",
  9. "navigationBarBackgroundColor": "#ffffff"
  10. }
  11. }, {
  12. "path": "pages/make/index",
  13. "style": {
  14. "navigationBarTitleText": "创作",
  15. "navigationStyle": "custom",
  16. "navigationBarBackgroundColor": "#ffffff"
  17. }
  18. }, {
  19. "path": "pages/index/Search",
  20. "onReachBottomDistance": "50",
  21. "style": {
  22. "navigationBarTitleText": "搜索",
  23. "navigationStyle": "custom"
  24. }
  25. }, {
  26. "path": "pages/make/fabuArticle",
  27. "style": {
  28. "navigationBarTitleText": "发布文章",
  29. "navigationStyle": "custom",
  30. "navigationBarBackgroundColor": "#ffffff"
  31. }
  32. }, {
  33. "path": "pages/make/relatedWorks",
  34. "style": {
  35. "navigationBarTitleText": "关联作品",
  36. "navigationStyle": "custom",
  37. "navigationBarBackgroundColor": "#ffffff"
  38. }
  39. }, {
  40. "path": "pages/make/manageArticle",
  41. "style": {
  42. "navigationBarTitleText": "管理",
  43. "navigationBarBackgroundColor": "#ffffff"
  44. }
  45. }, {
  46. "path": "pages/login/login",
  47. "style": {
  48. "navigationBarTitleText": "登录",
  49. "navigationStyle": "custom",
  50. "navigationBarBackgroundColor": "#ffffff"
  51. }
  52. }, {
  53. "path": "pages/login/loginFirst",
  54. "style": {
  55. "navigationBarTitleText": "完善资料",
  56. "navigationBarBackgroundColor": "#ffffff"
  57. }
  58. }, {
  59. "path": "pages/AboutUs/pay_xy",
  60. "style": {
  61. "navigationBarTitleText": "M币充值协议",
  62. "navigationBarBackgroundColor": "#ffffff"
  63. }
  64. }, {
  65. "path": "pages/AboutUs/UserLogoutAgreement",
  66. "style": {
  67. "navigationBarTitleText": "注销",
  68. "navigationBarBackgroundColor": "#ffffff"
  69. }
  70. }, {
  71. "path": "pages/AboutUs/yong",
  72. "style": {
  73. "navigationBarTitleText": "未成年人模式",
  74. "navigationBarBackgroundColor": "#ffffff"
  75. }
  76. }, {
  77. "path": "pages/AboutUs/xiuxi",
  78. "style": {
  79. "navigationBarTitleText": "休息模式",
  80. "navigationBarBackgroundColor": "#ffffff",
  81. "navigationStyle": "custom",
  82. "h5": {
  83. "titleNView": false,
  84. "bounce": "none"
  85. }
  86. }
  87. }, {
  88. "path": "pages/index/articleDetail",
  89. "style": {
  90. "navigationBarTitleText": "详情",
  91. "navigationBarBackgroundColor": "#ffffff",
  92. "navigationStyle": "custom"
  93. }
  94. }, {
  95. "path": "pages/index/workDetail",
  96. "style": {
  97. "navigationBarTitleText": "详情",
  98. "navigationBarBackgroundColor": "#ffffff",
  99. "navigationStyle": "custom"
  100. }
  101. }, {
  102. "path": "pages/index/ai_pp",
  103. "style": {
  104. "navigationBarTitleText": "首页",
  105. "navigationBarBackgroundColor": "#ffffff"
  106. }
  107. }, {
  108. "path": "pages/index/peopleList",
  109. "style": {
  110. "navigationBarTitleText": "兴趣交友",
  111. "navigationBarBackgroundColor": "#ffffff"
  112. }
  113. }, {
  114. "path": "pages/index/peopleHome",
  115. "style": {
  116. "navigationBarTitleText": "个人主页",
  117. "navigationBarBackgroundColor": "#ffffff"
  118. }
  119. }, {
  120. "path": "pages/my/my",
  121. "style": {
  122. "navigationBarTitleText": "我的",
  123. "navigationBarBackgroundColor": "#ffffff",
  124. "navigationStyle": "custom",
  125. "h5": {
  126. "titleNView": false,
  127. "bounce": "none"
  128. },
  129. "app-plus": {
  130. "bounce": "none"
  131. }
  132. }
  133. },{
  134. "path": "pages/webview/index",
  135. "style": {
  136. "navigationBarTitleText": ""
  137. }
  138. }, {
  139. "path": "pages/my/userHomepage",
  140. "style": {
  141. "navigationBarTitleText": "我的",
  142. "navigationBarBackgroundColor": "#ffffff",
  143. "navigationStyle": "custom",
  144. "h5": {
  145. "titleNView": false,
  146. "bounce": "none"
  147. },
  148. "app-plus": {
  149. "bounce": "none"
  150. }
  151. }
  152. }, {
  153. "path": "pages/login/reg",
  154. "style": {
  155. "navigationBarTitleText": "注册",
  156. "navigationStyle": "custom",
  157. "navigationBarBackgroundColor": "#ffffff"
  158. }
  159. }, {
  160. "path": "pages/login/down",
  161. "style": {
  162. "navigationBarTitleText": "加入成功",
  163. "navigationStyle": "custom",
  164. "navigationBarBackgroundColor": "#ffffff"
  165. }
  166. }, {
  167. "path": "pages/my/editInfo",
  168. "style": {
  169. "navigationBarTitleText": "基本资料",
  170. "navigationBarBackgroundColor": "#ffffff",
  171. "navigationStyle": "custom"
  172. }
  173. }, {
  174. "path": "pages/my/myArticle",
  175. "style": {
  176. "navigationBarTitleText": "我的动态",
  177. "navigationBarBackgroundColor": "#ffffff",
  178. "app-plus": {
  179. "bounce": "none",
  180. "titleNView": {
  181. "buttons": [{
  182. "width": "70px",
  183. "fontSize": "22rpx",
  184. "background": "#FF2A95",
  185. "text": "发布"
  186. }]
  187. }
  188. }
  189. }
  190. }, {
  191. "path": "pages/my/idcheck",
  192. "style": {
  193. "navigationBarTitleText": "实名认证",
  194. "navigationBarBackgroundColor": "#ffffff"
  195. }
  196. }, {
  197. "path": "pages/my/editMobile",
  198. "style": {
  199. "navigationBarTitleText": "更换绑定手机号",
  200. "navigationBarBackgroundColor": "#ffffff"
  201. }
  202. }, {
  203. "path": "pages/my/editPass",
  204. "style": {
  205. "navigationBarTitleText": "设置密码",
  206. "navigationBarBackgroundColor": "#ffffff"
  207. }
  208. }, {
  209. "path": "pages/my/forgetPass",
  210. "style": {
  211. "navigationBarTitleText": "忘记密码",
  212. "navigationBarBackgroundColor": "#ffffff"
  213. }
  214. }, {
  215. "path": "pages/my/step",
  216. "style": {
  217. "navigationBarTitleText": "完善信息",
  218. "navigationBarBackgroundColor": "#ffffff",
  219. "navigationStyle": "custom"
  220. }
  221. }, {
  222. "path": "pages/my/security",
  223. "style": {
  224. "navigationBarTitleText": "账户与安全",
  225. "navigationBarBackgroundColor": "#F2F6F2"
  226. }
  227. }, {
  228. "path": "pages/my/setting",
  229. "style": {
  230. "navigationBarTitleText": "设置",
  231. "navigationBarBackgroundColor": "#F2F6F2"
  232. }
  233. }, {
  234. "path": "pages/my/job",
  235. "style": {
  236. "navigationBarTitleText": "任务中心",
  237. "navigationStyle": "custom"
  238. }
  239. }, {
  240. "path": "pages/my/DelMemConfirm",
  241. "style": {
  242. "navigationBarTitleText": "注销账号",
  243. "navigationBarBackgroundColor": "#ffffff"
  244. }
  245. }, {
  246. "path": "pages/my/DelMemVerify",
  247. "style": {
  248. "navigationBarTitleText": "",
  249. "navigationBarBackgroundColor": "#ffffff"
  250. }
  251. }, {
  252. "path": "pages/AboutUs/xieyi",
  253. "style": {
  254. "navigationBarTitleText": "协议内容",
  255. "navigationBarBackgroundColor": "#ffffff"
  256. }
  257. }, {
  258. "path": "pages/AboutUs/yhxy",
  259. "style": {
  260. "navigationBarTitleText": "用户协议",
  261. "navigationBarBackgroundColor": "#ffffff"
  262. }
  263. }, {
  264. "path": "pages/AboutUs/yszc",
  265. "style": {
  266. "navigationBarTitleText": "隐私政策",
  267. "navigationBarBackgroundColor": "#ffffff"
  268. }
  269. }, {
  270. "path": "pages/message/mailMessage",
  271. "style": {
  272. "navigationBarTitleText": "您的消息",
  273. "navigationBarBackgroundColor": "#ffffff",
  274. "navigationStyle": "custom"
  275. }
  276. }, {
  277. "path": "pages/my/follow",
  278. "style": {
  279. "navigationBarTitleText": "关注",
  280. "navigationBarBackgroundColor": "#ffffff",
  281. "navigationStyle": "custom"
  282. }
  283. }, {
  284. "path": "pages/makedetail/makeImgDetail",
  285. "style": {
  286. "navigationBarTitleText": "灵感创作",
  287. "navigationBarBackgroundColor": "#ffffff",
  288. "navigationStyle": "custom",
  289. "h5": {
  290. "titleNView": false,
  291. "bounce": "none"
  292. },
  293. "app-plus": {
  294. "bounce": "none"
  295. }
  296. }
  297. }, {
  298. "path": "pages/makedetail/makeDetail",
  299. "style": {
  300. "navigationBarTitleText": "详情",
  301. "navigationBarBackgroundColor": "#ffffff",
  302. "navigationStyle": "custom",
  303. "h5": {
  304. "titleNView": false,
  305. "bounce": "none"
  306. },
  307. "app-plus": {
  308. "bounce": "none"
  309. }
  310. }
  311. }, {
  312. "path": "pages/makedetail/makeMusicDetail",
  313. "style": {
  314. "navigationBarTitleText": "音乐制作",
  315. "navigationStyle": "custom",
  316. "h5": {
  317. "titleNView": false,
  318. "bounce": "none"
  319. },
  320. "app-plus": {
  321. "bounce": "none"
  322. }
  323. }
  324. }, {
  325. "path": "pages/my/myStar",
  326. "style": {
  327. "navigationBarTitleText": "我的星灵",
  328. "navigationStyle": "custom"
  329. }
  330. }, {
  331. "path": "pages/isLand/mainLand",
  332. "style": {
  333. "navigationBarTitleText": "主大陆",
  334. "navigationStyle": "custom"
  335. }
  336. }, {
  337. "path": "pages/isLand/homeLand",
  338. "style": {
  339. "navigationBarTitleText": "主岛",
  340. "navigationStyle": "custom"
  341. }
  342. }, {
  343. "path": "pages/isLand/HuaTian",
  344. "style": {
  345. "navigationBarTitleText": "花田"
  346. }
  347. },
  348. {
  349. "path": "pages/my/adolescent",
  350. "style": {
  351. "navigationBarTitleText": "青少年设置",
  352. "navigationStyle": "custom"
  353. }
  354. },
  355. {
  356. "path": "pages/my/teenagePassword",
  357. "style": {
  358. "navigationBarTitleText": "",
  359. "navigationStyle": "custom"
  360. }
  361. },
  362. {
  363. "path": "pages/my/feedback",
  364. "style": {
  365. "navigationBarTitleText": "意见与反馈"
  366. }
  367. },
  368. {
  369. "path": "pages/vip/index",
  370. "style": {
  371. "navigationBarTitleText": "会员",
  372. "navigationStyle": "custom"
  373. }
  374. },
  375. {
  376. "path": "pages/vip/M_purchase",
  377. "style": {
  378. "navigationBarTitleText": "M币充值",
  379. "navigationStyle": "custom"
  380. }
  381. },
  382. {
  383. "path": "pages/vip/record",
  384. "style": {
  385. "navigationBarTitleText": "充值记录",
  386. "navigationStyle": "custom"
  387. }
  388. }
  389. ],
  390. "globalStyle": {
  391. "navigationBarTextStyle": "black",
  392. "navigationBarTitleText": "萌创星球",
  393. "navigationBarBackgroundColor": "#ffffff",
  394. "backgroundColor": "#ffffff"
  395. },
  396. "tabBar": {
  397. "custom": true,
  398. "color": "#999999",
  399. "selectedColor": "#ffffff",
  400. "borderStyle": "white",
  401. "height": "50px",
  402. "backgroundColor": "#ffffff",
  403. "list": [{
  404. "pagePath": "pages/index/index",
  405. "iconPath": "static/tab/tab_home.png",
  406. "selectedIconPath": "static/tab/tab_home_sel.png",
  407. "text": "遇见"
  408. },
  409. {
  410. "pagePath": "pages/make/index"
  411. },
  412. {
  413. "pagePath": "pages/message/mailMessage",
  414. "iconPath": "static/tab/tab_sms.png",
  415. "selectedIconPath": "static/tab/tab_sms_sel.png",
  416. "text": "消息"
  417. },
  418. {
  419. "pagePath": "pages/my/my",
  420. "iconPath": "static/tab/tab_me.png",
  421. "selectedIconPath": "static/tab/tab_me_sel.png",
  422. "text": "我的"
  423. }
  424. ]
  425. }
  426. }