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.

336 lines
6.5 KiB

4 weeks ago
4 weeks ago
1 month ago
4 weeks ago
4 weeks 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/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/deepExploration/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/institutionalTrendsBriefing",
  160. "style": {
  161. "navigationBarTitleText": "",
  162. "navigationStyle": "custom",
  163. "disableSwipeBack": true,
  164. "titleNView": false,
  165. "bounce": false
  166. }
  167. },
  168. {
  169. "path": "pages/blank/notice",
  170. "style": {
  171. "navigationBarTitleText": "",
  172. "navigationStyle": "custom",
  173. "disableSwipeBack": true,
  174. "titleNView": false,
  175. "bounce": false
  176. }
  177. },
  178. {
  179. "path" : "pages/start/recoverPassword/recoverPassword",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "",
  183. "navigationStyle": "custom",
  184. "titleNView": false
  185. }
  186. },
  187. {
  188. "path": "pages/setting/general",
  189. "style": {
  190. "navigationBarTitleText": "通用设置"
  191. }
  192. },
  193. {
  194. "path": "pages/setting/font",
  195. "style": {
  196. "navigationBarTitleText": "字体大小"
  197. }
  198. },
  199. {
  200. "path": "pages/setting/theme",
  201. "style": {
  202. "navigationBarTitleText": "主题切换"
  203. }
  204. },
  205. {
  206. "path": "pages/setting/message",
  207. "style": {
  208. "navigationBarTitleText": "消息推送"
  209. }
  210. },
  211. {
  212. "path": "pages/setting/push",
  213. "style": {
  214. "navigationBarTitleText": "推送设置"
  215. }
  216. },
  217. {
  218. "path": "pages/setting/server",
  219. "style": {
  220. "navigationBarTitleText": "选择服务器"
  221. }
  222. },
  223. {
  224. "path": "pages/setting/market",
  225. "style": {
  226. "navigationBarTitleText": "行情设置"
  227. }
  228. },
  229. {
  230. "path": "pages/setting/account",
  231. "style": {
  232. "navigationBarTitleText": "账号与安全"
  233. }
  234. },
  235. {
  236. "path": "pages/setting/newVersion",
  237. "style": {
  238. "navigationBarTitleText": "新版本更新"
  239. }
  240. },
  241. {
  242. "path": "pages/setting/about",
  243. "style": {
  244. "navigationBarTitleText": "关于DeepChart"
  245. }
  246. },
  247. {
  248. "path": "pages/setting/introduce",
  249. "style": {
  250. "navigationBarTitleText": "产品介绍"
  251. }
  252. },
  253. {
  254. "path": "pages/setting/bind",
  255. "style": {
  256. "navigationBarTitleText": "绑定账号"
  257. }
  258. },
  259. {
  260. "path": "pages/setting/phone",
  261. "style": {
  262. "navigationBarTitleText": "绑定账号"
  263. //
  264. }
  265. },
  266. {
  267. "path": "pages/setting/email",
  268. "style": {
  269. "navigationBarTitleText": "绑定账号"
  270. //
  271. }
  272. },
  273. {
  274. "path": "pages/setting/password",
  275. "style":
  276. {
  277. "navigationBarTitleText": "修改密码"
  278. }
  279. },
  280. {
  281. "path" : "pages/setting/nextPwd",
  282. "style" :
  283. {
  284. "navigationBarTitleText" : "修改密码"
  285. }
  286. },
  287. {
  288. "path" : "pages/setting/share",
  289. "style" :
  290. {
  291. "navigationBarTitleText" : "分享领取奖励"
  292. }
  293. },
  294. {
  295. "path" : "pages/marketSituation/marketCondition",
  296. "style" :
  297. {
  298. "navigationBarTitleText" : "行情",
  299. "navigationStyle": "custom"
  300. }
  301. },{
  302. "path": "pages/deepExploration/MainForceActions",
  303. "style": {
  304. "navigationStyle": "custom",
  305. "disableSwipeBack": true,
  306. "titleNView": false,
  307. "bounce": false
  308. }
  309. },
  310. {
  311. "path" : "pages/deepExploration/stockSelectDetail",
  312. "style" :
  313. {
  314. "navigationBarTitleText": "选股策略"
  315. }
  316. }
  317. ],
  318. "globalStyle": {
  319. "navigationBarTextStyle": "black",
  320. "navigationBarTitleText": "uni-app",
  321. "navigationBarBackgroundColor": "#F8F8F8",
  322. "backgroundColor": "#F8F8F8",
  323. "app-plus": {
  324. "background": "#efeff4"
  325. }
  326. },
  327. "style": {
  328. "app-plus": {
  329. "animationType": "fade-in",
  330. "animationDuration": 500
  331. }
  332. }
  333. }