You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

285 lines
5.4 KiB

4 weeks ago
1 month ago
4 weeks ago
  1. {
  2. "easycom": {
  3. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/start/startup/startup",
  7. "style": {
  8. "navigationBarTitleText": "",
  9. "navigationStyle": "custom",
  10. "navigationBarBackgroundColor": "#000000",
  11. "navigationBarTextStyle": "white",
  12. "disableSwipeBack": true,
  13. "titleNView": false,
  14. "bounce": false
  15. }
  16. },
  17. {
  18. "path": "pages/start/select/select",
  19. "style": {
  20. "navigationBarBackgroundColor": "#000000",
  21. "navigationBarTitleText": "",
  22. "animationType": "pop-in",
  23. "navigationStyle": "custom",
  24. "disableSwipeBack": true,
  25. "titleNView": false,
  26. "bounce": false
  27. }
  28. },
  29. {
  30. "path": "pages/start/index/index",
  31. "style": {
  32. "navigationStyle": "custom",
  33. "navigationBarTitleText": "uni-app",
  34. "disableSwipeBack": true,
  35. "titleNView": false,
  36. "bounce": false
  37. }
  38. },
  39. {
  40. "path": "pages/start/Registration/Registration",
  41. "style": {
  42. "navigationBarTitleText": "",
  43. "navigationStyle": "custom",
  44. "disableSwipeBack": true,
  45. "titleNView": false,
  46. "bounce": false
  47. }
  48. },
  49. {
  50. "path": "pages/start/login/login",
  51. "style": {
  52. "navigationBarTitleText": "",
  53. "navigationStyle": "custom",
  54. "disableSwipeBack": true,
  55. "titleNView": false,
  56. "bounce": false
  57. }
  58. },
  59. {
  60. "path": "pages/start/agreement/agreement",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "disableSwipeBack": true,
  64. "titleNView": false,
  65. "bounce": false
  66. }
  67. },
  68. {
  69. "path": "pages/start/privacy/privacy",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "disableSwipeBack": true,
  73. "titleNView": false,
  74. "bounce": false
  75. }
  76. },
  77. {
  78. "path": "pages/deepMate/deepMate",
  79. "style": {
  80. "navigationBarTitleText": "",
  81. "navigationStyle": "custom",
  82. "disableSwipeBack": true,
  83. "titleNView": false,
  84. "bounce": false
  85. }
  86. },
  87. {
  88. "path": "pages/home/home",
  89. "style": {
  90. "navigationStyle": "custom",
  91. "disableSwipeBack": true,
  92. "titleNView": false,
  93. "bounce": false
  94. }
  95. },
  96. {
  97. "path": "pages/home/marketSituation",
  98. "style": {
  99. "navigationStyle": "custom",
  100. "disableSwipeBack": true,
  101. "titleNView": false,
  102. "bounce": false
  103. }
  104. },
  105. {
  106. "path": "pages/home/deepMate",
  107. "style": {
  108. "navigationStyle": "custom",
  109. "disableSwipeBack": true,
  110. "titleNView": false,
  111. "bounce": false
  112. }
  113. },
  114. {
  115. "path": "pages/home/deepExploration",
  116. "style": {
  117. "navigationStyle": "custom",
  118. "disableSwipeBack": true,
  119. "titleNView": false,
  120. "bounce": false
  121. }
  122. },
  123. {
  124. "path": "pages/home/member",
  125. "style": {
  126. "navigationStyle": "custom",
  127. "disableSwipeBack": true,
  128. "titleNView": false,
  129. "bounce": false
  130. }
  131. },
  132. {
  133. "path": "pages/blank/blank",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "navigationStyle": "custom",
  137. "disableSwipeBack": true,
  138. "titleNView": false,
  139. "bounce": false
  140. }
  141. },
  142. {
  143. "path" : "pages/start/recoverPassword/recoverPassword",
  144. "style" :
  145. {
  146. "navigationBarTitleText": "",
  147. "navigationStyle": "custom",
  148. "titleNView": false
  149. }
  150. },
  151. {
  152. "path": "pages/setting/general",
  153. "style": {
  154. "navigationBarTitleText": "通用设置"
  155. }
  156. },
  157. {
  158. "path": "pages/setting/font",
  159. "style": {
  160. "navigationBarTitleText": "字体大小"
  161. }
  162. },
  163. {
  164. "path": "pages/setting/theme",
  165. "style": {
  166. "navigationBarTitleText": "主题切换"
  167. }
  168. },
  169. {
  170. "path": "pages/setting/message",
  171. "style": {
  172. "navigationBarTitleText": "消息推送"
  173. }
  174. },
  175. {
  176. "path": "pages/setting/push",
  177. "style": {
  178. "navigationBarTitleText": "推送设置"
  179. }
  180. },
  181. {
  182. "path": "pages/setting/server",
  183. "style": {
  184. "navigationBarTitleText": "选择服务器"
  185. }
  186. },
  187. {
  188. "path": "pages/setting/market",
  189. "style": {
  190. "navigationBarTitleText": "行情设置"
  191. }
  192. },
  193. {
  194. "path": "pages/setting/account",
  195. "style": {
  196. "navigationBarTitleText": "账号与安全"
  197. }
  198. },
  199. {
  200. "path": "pages/setting/newVersion",
  201. "style": {
  202. "navigationBarTitleText": "新版本更新"
  203. }
  204. },
  205. {
  206. "path": "pages/setting/about",
  207. "style": {
  208. "navigationBarTitleText": "关于DeepChart"
  209. }
  210. },
  211. {
  212. "path": "pages/setting/introduce",
  213. "style": {
  214. "navigationBarTitleText": "产品介绍"
  215. }
  216. },
  217. {
  218. "path": "pages/setting/bind",
  219. "style": {
  220. "navigationBarTitleText": "绑定账号"
  221. }
  222. },
  223. {
  224. "path": "pages/setting/phone",
  225. "style": {
  226. "navigationBarTitleText": "绑定账号"
  227. //
  228. }
  229. },
  230. {
  231. "path": "pages/setting/email",
  232. "style": {
  233. "navigationBarTitleText": "绑定账号"
  234. //
  235. }
  236. },
  237. {
  238. "path": "pages/setting/password",
  239. "style":
  240. {
  241. "navigationBarTitleText": "修改密码"
  242. }
  243. },
  244. {
  245. "path" : "pages/setting/nextPwd",
  246. "style" :
  247. {
  248. "navigationBarTitleText" : "修改密码"
  249. }
  250. },
  251. {
  252. "path" : "pages/setting/share",
  253. "style" :
  254. {
  255. "navigationBarTitleText" : "分享领取奖励"
  256. }
  257. },
  258. {
  259. "path" : "pages/home/marketCondition",
  260. "style" :
  261. {
  262. "navigationBarTitleText" : "行情",
  263. "navigationStyle": "custom"
  264. }
  265. }
  266. ],
  267. "globalStyle": {
  268. "navigationBarTextStyle": "black",
  269. "navigationBarTitleText": "uni-app",
  270. "navigationBarBackgroundColor": "#F8F8F8",
  271. "backgroundColor": "#F8F8F8",
  272. "app-plus": {
  273. "background": "#efeff4"
  274. }
  275. },
  276. "style": {
  277. "app-plus": {
  278. "animationType": "fade-in",
  279. "animationDuration": 500
  280. }
  281. }
  282. }