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.

311 lines
6.0 KiB

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