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.

295 lines
5.6 KiB

4 weeks ago
1 month ago
4 weeks 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/institutionalTrendsBriefing",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "navigationStyle": "custom",
  137. "disableSwipeBack": true,
  138. "titleNView": false,
  139. "bounce": false
  140. }
  141. },
  142. {
  143. "path": "pages/blank/notice",
  144. "style": {
  145. "navigationBarTitleText": "",
  146. "navigationStyle": "custom",
  147. "disableSwipeBack": true,
  148. "titleNView": false,
  149. "bounce": false
  150. }
  151. },
  152. {
  153. "path" : "pages/start/recoverPassword/recoverPassword",
  154. "style" :
  155. {
  156. "navigationBarTitleText": "",
  157. "navigationStyle": "custom",
  158. "titleNView": false
  159. }
  160. },
  161. {
  162. "path": "pages/setting/general",
  163. "style": {
  164. "navigationBarTitleText": "通用设置"
  165. }
  166. },
  167. {
  168. "path": "pages/setting/font",
  169. "style": {
  170. "navigationBarTitleText": "字体大小"
  171. }
  172. },
  173. {
  174. "path": "pages/setting/theme",
  175. "style": {
  176. "navigationBarTitleText": "主题切换"
  177. }
  178. },
  179. {
  180. "path": "pages/setting/message",
  181. "style": {
  182. "navigationBarTitleText": "消息推送"
  183. }
  184. },
  185. {
  186. "path": "pages/setting/push",
  187. "style": {
  188. "navigationBarTitleText": "推送设置"
  189. }
  190. },
  191. {
  192. "path": "pages/setting/server",
  193. "style": {
  194. "navigationBarTitleText": "选择服务器"
  195. }
  196. },
  197. {
  198. "path": "pages/setting/market",
  199. "style": {
  200. "navigationBarTitleText": "行情设置"
  201. }
  202. },
  203. {
  204. "path": "pages/setting/account",
  205. "style": {
  206. "navigationBarTitleText": "账号与安全"
  207. }
  208. },
  209. {
  210. "path": "pages/setting/newVersion",
  211. "style": {
  212. "navigationBarTitleText": "新版本更新"
  213. }
  214. },
  215. {
  216. "path": "pages/setting/about",
  217. "style": {
  218. "navigationBarTitleText": "关于DeepChart"
  219. }
  220. },
  221. {
  222. "path": "pages/setting/introduce",
  223. "style": {
  224. "navigationBarTitleText": "产品介绍"
  225. }
  226. },
  227. {
  228. "path": "pages/setting/bind",
  229. "style": {
  230. "navigationBarTitleText": "绑定账号"
  231. }
  232. },
  233. {
  234. "path": "pages/setting/phone",
  235. "style": {
  236. "navigationBarTitleText": "绑定账号"
  237. //
  238. }
  239. },
  240. {
  241. "path": "pages/setting/email",
  242. "style": {
  243. "navigationBarTitleText": "绑定账号"
  244. //
  245. }
  246. },
  247. {
  248. "path": "pages/setting/password",
  249. "style":
  250. {
  251. "navigationBarTitleText": "修改密码"
  252. }
  253. },
  254. {
  255. "path" : "pages/setting/nextPwd",
  256. "style" :
  257. {
  258. "navigationBarTitleText" : "修改密码"
  259. }
  260. },
  261. {
  262. "path" : "pages/setting/share",
  263. "style" :
  264. {
  265. "navigationBarTitleText" : "分享领取奖励"
  266. }
  267. },
  268. {
  269. "path" : "pages/home/marketCondition",
  270. "style" :
  271. {
  272. "navigationBarTitleText" : "行情",
  273. "navigationStyle": "custom"
  274. }
  275. }
  276. ],
  277. "globalStyle": {
  278. "navigationBarTextStyle": "black",
  279. "navigationBarTitleText": "uni-app",
  280. "navigationBarBackgroundColor": "#F8F8F8",
  281. "backgroundColor": "#F8F8F8",
  282. "app-plus": {
  283. "background": "#efeff4"
  284. }
  285. },
  286. "style": {
  287. "app-plus": {
  288. "animationType": "fade-in",
  289. "animationDuration": 500
  290. }
  291. }
  292. }