pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "星链",
  6. "enablePullDownRefresh": false,
  7. "navigationStyle": "custom" // 隐藏系统导航栏
  8. }
  9. },
  10. {
  11. "path": "pages/live/index",
  12. "style": {
  13. "navigationBarTitleText": "直播",
  14. "navigationStyle": "custom", // 隐藏系统导航栏
  15. "enablePullDownRefresh": false
  16. }
  17. },
  18. {
  19. "path": "pages/user/index",
  20. "style": {
  21. "navigationBarTitleText": "我的",
  22. "enablePullDownRefresh": false,
  23. "navigationStyle": "custom", // 隐藏系统导航栏
  24. "app-plus": {
  25. "background": "#303030"
  26. }
  27. }
  28. },
  29. {
  30. "path": "pages/login/login",
  31. "style": {
  32. "navigationBarTitleText": "用户登录",
  33. "enablePullDownRefresh": false,
  34. "navigationStyle": "custom", // 隐藏系统导航栏
  35. "app-plus": {
  36. "background": "#0B0A0F"
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/register/index",
  42. "style": {
  43. "navigationBarTitleText": "用户注册",
  44. "enablePullDownRefresh": false,
  45. "navigationStyle": "custom", // 隐藏系统导航栏
  46. "app-plus": {
  47. "background": "#0B0A0F"
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/user/home",
  53. "style": {
  54. "navigationBarTitleText": "用户主页",
  55. "navigationStyle": "custom", // 隐藏系统导航栏
  56. "enablePullDownRefresh": true,
  57. "app-plus": {
  58. "background": "#303030"
  59. }
  60. }
  61. },
  62. {
  63. "path": "pages/user/team",
  64. "style": {
  65. "navigationBarTitleText": "团队",
  66. "navigationStyle": "custom", // 隐藏系统导航栏
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "pages/message/index",
  72. "style": {
  73. "navigationBarTitleText": "消息",
  74. "navigationStyle": "custom", // 隐藏系统导航栏
  75. "enablePullDownRefresh": true
  76. }
  77. },
  78. {
  79. "path": "pages/video/index",
  80. "style": {
  81. "navigationBarTitleText": "短视频",
  82. "navigationStyle": "custom", // 隐藏系统导航栏
  83. "enablePullDownRefresh": false
  84. }
  85. },
  86. {
  87. "path": "pages/video/play",
  88. "style": {
  89. "navigationBarTitleText": "短视频",
  90. "navigationStyle": "custom", // 隐藏系统导航栏
  91. "enablePullDownRefresh": false
  92. }
  93. },
  94. {
  95. "path": "pages/chat/index",
  96. "style": {
  97. "navigationBarTitleText": "聊天",
  98. "navigationStyle": "custom", // 隐藏系统导航栏
  99. "enablePullDownRefresh": true
  100. }
  101. },
  102. {
  103. "path": "pages/friend/list",
  104. "style": {
  105. "navigationBarTitleText": "好友列表",
  106. "navigationStyle": "custom", // 隐藏系统导航栏
  107. "enablePullDownRefresh": true
  108. }
  109. },
  110. {
  111. "path": "pages/merchant/index",
  112. "style": {
  113. "navigationBarTitleText": "商户后台",
  114. "navigationStyle": "custom", // 隐藏系统导航栏
  115. "enablePullDownRefresh": false
  116. }
  117. },
  118. {
  119. "path": "pages/merchant/apply",
  120. "style": {
  121. "navigationBarTitleText": "商户入驻",
  122. "navigationStyle": "custom", // 隐藏系统导航栏
  123. "enablePullDownRefresh": false
  124. }
  125. },
  126. {
  127. "path": "pages/shop/index",
  128. "style": {
  129. "navigationBarTitleText": "商城",
  130. "navigationStyle": "custom", // 隐藏系统导航栏
  131. "enablePullDownRefresh": true
  132. }
  133. },
  134. {
  135. "path": "pages/user/task",
  136. "style": {
  137. "navigationBarTitleText": "任务",
  138. "navigationStyle": "custom", // 隐藏系统导航栏
  139. "enablePullDownRefresh": true
  140. }
  141. },
  142. {
  143. "path": "pages/user/share",
  144. "style": {
  145. "navigationBarTitleText": "推广",
  146. "navigationStyle": "custom", // 隐藏系统导航栏
  147. "enablePullDownRefresh": true
  148. }
  149. },
  150. {
  151. "path": "pages/trade/index",
  152. "style": {
  153. "navigationBarTitleText": "C2C交易",
  154. "navigationStyle": "custom", // 隐藏系统导航栏
  155. "enablePullDownRefresh": true
  156. }
  157. },
  158. {
  159. "path": "pages/machine/index",
  160. "style": {
  161. "navigationBarTitleText": "盲盒矿机",
  162. "navigationStyle": "custom", // 隐藏系统导航栏
  163. "enablePullDownRefresh": true
  164. }
  165. },
  166. {
  167. "path": "pages/user/account",
  168. "style": {
  169. "navigationBarTitleText": "收款账号",
  170. "navigationStyle": "custom", // 隐藏系统导航栏
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/account/index",
  176. "style": {
  177. "navigationBarTitleText": "购买蜜币",
  178. "navigationStyle": "custom", // 隐藏系统导航栏
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "pages/user/nodes",
  184. "style": {
  185. "navigationBarTitleText": "购买节点",
  186. "navigationStyle": "custom", // 隐藏系统导航栏
  187. "enablePullDownRefresh": false
  188. }
  189. },
  190. {
  191. "path": "pages/ranks/index",
  192. "style": {
  193. "navigationBarTitleText": "排行榜",
  194. "navigationStyle": "custom", // 隐藏系统导航栏
  195. "enablePullDownRefresh": true
  196. }
  197. },
  198. {
  199. "path": "pages/user/upgrade",
  200. "style": {
  201. "navigationBarTitleText": "用户升级",
  202. "navigationStyle": "custom", // 隐藏系统导航栏
  203. "enablePullDownRefresh": false
  204. }
  205. },
  206. {
  207. "path": "pages/article/index",
  208. "style": {
  209. "navigationBarTitleText": "资源库",
  210. "navigationStyle": "custom", // 隐藏系统导航栏
  211. "enablePullDownRefresh": true
  212. }
  213. },
  214. {
  215. "path": "pages/article/detail",
  216. "style": {
  217. "navigationBarTitleText": "资源详情",
  218. "navigationStyle": "custom", // 隐藏系统导航栏
  219. "enablePullDownRefresh": true
  220. }
  221. },
  222. {
  223. "path": "pages/user/profile",
  224. "style": {
  225. "navigationBarTitleText": "资料设置",
  226. "navigationStyle": "custom", // 隐藏系统导航栏
  227. "enablePullDownRefresh": false
  228. }
  229. },
  230. {
  231. "path": "pages/user/manager",
  232. "style": {
  233. "navigationBarTitleText": "管理账户",
  234. "navigationStyle": "custom", // 隐藏系统导航栏
  235. "enablePullDownRefresh": true
  236. }
  237. },
  238. {
  239. "path": "pages/wallet/index",
  240. "style": {
  241. "navigationBarTitleText": "钱包",
  242. "navigationStyle": "custom", // 隐藏系统导航栏
  243. "enablePullDownRefresh": false
  244. }
  245. },
  246. {
  247. "path": "pages/wallet/usdt",
  248. "style": {
  249. "navigationBarTitleText": "USDT钱包",
  250. "navigationStyle": "custom", // 隐藏系统导航栏
  251. "enablePullDownRefresh": true
  252. }
  253. },
  254. {
  255. "path": "pages/wallet/xd",
  256. "style": {
  257. "navigationBarTitleText": "星豆余额",
  258. "navigationStyle": "custom", // 隐藏系统导航栏
  259. "enablePullDownRefresh": true
  260. }
  261. },
  262. {
  263. "path": "pages/wallet/power",
  264. "style": {
  265. "navigationBarTitleText": "算力",
  266. "navigationStyle": "custom", // 隐藏系统导航栏
  267. "enablePullDownRefresh": true
  268. }
  269. },
  270. {
  271. "path": "pages/wallet/score",
  272. "style": {
  273. "navigationBarTitleText": "积分",
  274. "navigationStyle": "custom", // 隐藏系统导航栏
  275. "enablePullDownRefresh": true
  276. }
  277. },
  278. {
  279. "path": "pages/wallet/wait_score",
  280. "style": {
  281. "navigationBarTitleText": "待返积分",
  282. "navigationStyle": "custom", // 隐藏系统导航栏
  283. "enablePullDownRefresh": true
  284. }
  285. },
  286. {
  287. "path": "pages/trade/center",
  288. "style": {
  289. "navigationBarTitleText": "承兑商后台",
  290. "navigationStyle": "custom", // 隐藏系统导航栏
  291. "enablePullDownRefresh": true
  292. }
  293. },
  294. {
  295. "path": "pages/trade/orders",
  296. "style": {
  297. "navigationBarTitleText": "交易订单",
  298. "navigationStyle": "custom", // 隐藏系统导航栏
  299. "enablePullDownRefresh": true
  300. }
  301. },
  302. {
  303. "path": "pages/trade/apply",
  304. "style": {
  305. "navigationBarTitleText": "承兑商入驻",
  306. "navigationStyle": "custom", // 隐藏系统导航栏
  307. "enablePullDownRefresh": false
  308. }
  309. },
  310. {
  311. "path": "pages/trade/withdraw/index",
  312. "style": {
  313. "navigationBarTitleText": "承兑商提现",
  314. "navigationStyle": "custom", // 隐藏系统导航栏
  315. "enablePullDownRefresh": false
  316. }
  317. },
  318. {
  319. "path": "pages/trade/withdraw/log",
  320. "style": {
  321. "navigationBarTitleText": "承兑商提现记录",
  322. "navigationStyle": "custom", // 隐藏系统导航栏
  323. "enablePullDownRefresh": true
  324. }
  325. },
  326. {
  327. "path": "pages/shop/carts",
  328. "style": {
  329. "navigationBarTitleText": "购物车",
  330. "navigationStyle": "custom", // 隐藏系统导航栏
  331. "enablePullDownRefresh": true
  332. }
  333. },
  334. {
  335. "path": "pages/message/history",
  336. "style": {
  337. "navigationBarTitleText": "消息历史",
  338. "navigationStyle": "custom", // 隐藏系统导航栏
  339. "enablePullDownRefresh": true
  340. }
  341. },
  342. {
  343. "path": "pages/wallet/record",
  344. "style": {
  345. "navigationBarTitleText": "充值记录",
  346. "navigationStyle": "custom", // 隐藏系统导航栏
  347. "enablePullDownRefresh": false
  348. }
  349. },
  350. {
  351. "path": "pages/user/profile/pay_password",
  352. "style": {
  353. "navigationBarTitleText": "交易密码设置",
  354. "navigationStyle": "custom", // 隐藏系统导航栏
  355. "enablePullDownRefresh": false
  356. }
  357. },
  358. {
  359. "path": "pages/wallet/recharge/usdt",
  360. "style": {
  361. "navigationBarTitleText": "USDT充值",
  362. "navigationStyle": "custom", // 隐藏系统导航栏
  363. "enablePullDownRefresh": true
  364. }
  365. },
  366. {
  367. "path": "pages/wallet/transfer/usdt",
  368. "style": {
  369. "navigationBarTitleText": "USDT转账",
  370. "navigationStyle": "custom", // 隐藏系统导航栏
  371. "enablePullDownRefresh": true
  372. }
  373. },
  374. {
  375. "path": "pages/wallet/withdraw/usdt",
  376. "style": {
  377. "navigationBarTitleText": "USDT提现",
  378. "navigationStyle": "custom", // 隐藏系统导航栏
  379. "enablePullDownRefresh": true
  380. }
  381. },
  382. {
  383. "path": "pages/wallet/recharge/record",
  384. "style": {
  385. "navigationBarTitleText": "充值记录",
  386. "navigationStyle": "custom", // 隐藏系统导航栏
  387. "enablePullDownRefresh": false
  388. }
  389. },
  390. {
  391. "path": "pages/wallet/withdraw/record",
  392. "style": {
  393. "navigationBarTitleText": "提现记录",
  394. "navigationStyle": "custom", // 隐藏系统导航栏
  395. "enablePullDownRefresh": false
  396. }
  397. },
  398. {
  399. "path": "pages/wallet/recharge/xd",
  400. "style": {
  401. "navigationBarTitleText": "购买星豆",
  402. "navigationStyle": "custom", // 隐藏系统导航栏
  403. "enablePullDownRefresh": false
  404. }
  405. },
  406. {
  407. "path": "pages/friend/index",
  408. "style": {
  409. "navigationBarTitleText": "添加好友",
  410. "navigationStyle": "custom", // 隐藏系统导航栏
  411. "enablePullDownRefresh": false
  412. }
  413. },
  414. {
  415. "path": "pages/user/profile/email",
  416. "style": {
  417. "navigationBarTitleText": "修改邮箱账号",
  418. "navigationStyle": "custom", // 隐藏系统导航栏
  419. "enablePullDownRefresh": true
  420. }
  421. },
  422. {
  423. "path": "pages/task/index",
  424. "style": {
  425. "navigationBarTitleText": "任务中心",
  426. "navigationStyle": "custom", // 隐藏系统导航栏
  427. "enablePullDownRefresh": true
  428. }
  429. },
  430. {
  431. "path": "pages/merchant/profile",
  432. "style": {
  433. "navigationBarTitleText": "店铺管理",
  434. "navigationStyle": "custom", // 隐藏系统导航栏
  435. "enablePullDownRefresh": true
  436. }
  437. },
  438. {
  439. "path": "pages/merchant/qrcode",
  440. "style": {
  441. "navigationBarTitleText": "店铺收款码",
  442. "navigationStyle": "custom", // 隐藏系统导航栏
  443. "enablePullDownRefresh": true
  444. }
  445. },
  446. {
  447. "path": "pages/merchant/account/record",
  448. "style": {
  449. "navigationBarTitleText": "收款记录",
  450. "navigationStyle": "custom", // 隐藏系统导航栏
  451. "enablePullDownRefresh": false
  452. }
  453. },
  454. {
  455. "path": "pages/wallet/payment",
  456. "style": {
  457. "navigationBarTitleText": "付款给商家",
  458. "navigationStyle": "custom", // 隐藏系统导航栏
  459. "enablePullDownRefresh": true
  460. }
  461. },
  462. {
  463. "path": "pages/user/profile/wallet",
  464. "style": {
  465. "navigationBarTitleText": "绑定钱包地址",
  466. "navigationStyle": "custom", // 隐藏系统导航栏
  467. "enablePullDownRefresh": true
  468. }
  469. },
  470. {
  471. "path": "pages/shop/goods/index",
  472. "style": {
  473. "navigationBarTitleText": "商品",
  474. "navigationStyle": "custom", // 隐藏系统导航栏
  475. "enablePullDownRefresh": true
  476. }
  477. },
  478. {
  479. "path": "pages/shop/goods/detail",
  480. "style": {
  481. "navigationBarTitleText": "商品详情",
  482. "navigationStyle": "custom", // 隐藏系统导航栏
  483. "enablePullDownRefresh": true
  484. }
  485. },
  486. {
  487. "path": "pages/shop/order/index",
  488. "style": {
  489. "navigationBarTitleText": "我的订单",
  490. "navigationStyle": "custom", // 隐藏系统导航栏
  491. "enablePullDownRefresh": true
  492. }
  493. },
  494. {
  495. "path": "pages/shop/order/detail",
  496. "style": {
  497. "navigationBarTitleText": "订单详情",
  498. "navigationStyle": "custom", // 隐藏系统导航栏
  499. "enablePullDownRefresh": true
  500. }
  501. },
  502. {
  503. "path": "pages/shop/order/track",
  504. "style": {
  505. "navigationBarTitleText": "物流信息",
  506. "navigationStyle": "custom", // 隐藏系统导航栏
  507. "enablePullDownRefresh": true
  508. }
  509. },
  510. {
  511. "path": "pages/shop/order/buy",
  512. "style": {
  513. "navigationBarTitleText": "订单结算",
  514. "navigationStyle": "custom", // 隐藏系统导航栏
  515. "enablePullDownRefresh": false
  516. }
  517. },
  518. {
  519. "path": "pages/shop/address",
  520. "style": {
  521. "navigationBarTitleText": "收货地址",
  522. "navigationStyle": "custom", // 隐藏系统导航栏
  523. "enablePullDownRefresh": true
  524. }
  525. },
  526. {
  527. "path": "pages/shop/order/after",
  528. "style": {
  529. "navigationBarTitleText": "售后进度",
  530. "navigationStyle": "custom", // 隐藏系统导航栏
  531. "enablePullDownRefresh": true
  532. }
  533. },
  534. {
  535. "path": "pages/merchant/list",
  536. "style": {
  537. "navigationBarTitleText": "商圈商家",
  538. "navigationStyle": "custom", // 隐藏系统导航栏
  539. "enablePullDownRefresh": true
  540. }
  541. },
  542. {
  543. "path": "pages/merchant/home",
  544. "style": {
  545. "navigationBarTitleText": "商家主页",
  546. "navigationStyle": "custom", // 隐藏系统导航栏
  547. "enablePullDownRefresh": true
  548. }
  549. },
  550. {
  551. "path": "pages/live/end",
  552. "style": {
  553. "navigationBarTitleText": "直播结束",
  554. "navigationStyle": "custom", // 隐藏系统导航栏
  555. "enablePullDownRefresh": true
  556. }
  557. },
  558. {
  559. "path": "pages/user/profile/mobile",
  560. "style": {
  561. "navigationBarTitleText": "手机号码",
  562. "navigationStyle": "custom", // 隐藏系统导航栏
  563. "enablePullDownRefresh": true
  564. }
  565. },
  566. {
  567. "path": "pages/trade/order/index",
  568. "style": {
  569. "navigationBarTitleText": "订单",
  570. "navigationStyle": "custom", // 隐藏系统导航栏
  571. "enablePullDownRefresh": true
  572. }
  573. },
  574. {
  575. "path": "pages/trade/order/detail",
  576. "style": {
  577. "navigationBarTitleText": "订单详情",
  578. "navigationStyle": "custom", // 隐藏系统导航栏
  579. "enablePullDownRefresh": true
  580. }
  581. },
  582. {
  583. "path": "pages/trade/order/submit",
  584. "style": {
  585. "navigationBarTitleText": "交易",
  586. "navigationStyle": "custom", // 隐藏系统导航栏
  587. "enablePullDownRefresh": true
  588. }
  589. },
  590. {
  591. "path": "pages/merchant/withdraw/usdt",
  592. "style": {
  593. "navigationBarTitleText": "商户提现",
  594. "navigationStyle": "custom", // 隐藏系统导航栏
  595. "enablePullDownRefresh": true
  596. }
  597. },
  598. {
  599. "path": "pages/merchant/withdraw/record",
  600. "style": {
  601. "navigationBarTitleText": "商户提现明细",
  602. "navigationStyle": "custom", // 隐藏系统导航栏
  603. "enablePullDownRefresh": true
  604. }
  605. }
  606. ],
  607. "globalStyle": {
  608. "navigationBarTextStyle": "white",
  609. "navigationBarTitleText": "星链社交",
  610. "navigationBarBackgroundColor": "#0B0A0F",
  611. "backgroundColor": "#303030"
  612. },
  613. "tabBar": {
  614. "color": "#fff",
  615. "selectedColor": "#303030",
  616. "borderStyle": "black",
  617. "backgroundColor": "#0B0A0F"
  618. }
  619. }