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.
 
 
 

186 lines
4.2 KiB

  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^ai-(.*)": "@/components/ai-$1/ai-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/toolbox/toolbox",
  13. "style": {
  14. "navigationBarTitleText": "AI在线",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/works/works",
  20. "style": {
  21. "navigationBarTitleText": "作品",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/profile/profile",
  27. "style": {
  28. "navigationBarTitleText": "个人中心",
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/login/login",
  34. "style": {
  35. "navigationBarTitleText": "登录"
  36. }
  37. },
  38. {
  39. "path": "pages/login/phone",
  40. "style": {
  41. "navigationBarTitleText": "手机号登录"
  42. }
  43. },
  44. {
  45. "path": "pages/agreement/agreement",
  46. "style": {
  47. "navigationBarTitleText": "协议"
  48. }
  49. },
  50. {
  51. "path": "pages/tool/detail",
  52. "style": {
  53. "navigationBarTitleText": "AI工具"
  54. }
  55. },
  56. {
  57. "path": "pages/tool/anime-avatar",
  58. "style": {
  59. "navigationBarTitleText": "动漫头像"
  60. }
  61. },
  62. {
  63. "path": "pages/tool/anime-history",
  64. "style": {
  65. "navigationBarTitleText": "历史记录"
  66. }
  67. },
  68. {
  69. "path": "pages/tool/id-photo",
  70. "style": {
  71. "navigationBarTitleText": "证件照"
  72. }
  73. },
  74. {
  75. "path": "pages/tool/portrait-photo",
  76. "style": {
  77. "navigationBarTitleText": "形象照/职业照/写真"
  78. }
  79. },
  80. {
  81. "path": "pages/tool/old-photo",
  82. "style": {
  83. "navigationBarTitleText": "老照片修复/上色"
  84. }
  85. },
  86. {
  87. "path": "pages/tool/work-detail",
  88. "style": {
  89. "navigationBarTitleText": "作品详情"
  90. }
  91. },
  92. {
  93. "path": "pages/tool/ai-name",
  94. "style": {
  95. "navigationBarTitleText": "AI取名"
  96. }
  97. },
  98. {
  99. "path": "pages/tool/name-result",
  100. "style": {
  101. "navigationBarTitleText": "生成结果"
  102. }
  103. },
  104. {
  105. "path": "pages/tool/name-history",
  106. "style": {
  107. "navigationBarTitleText": "历史记录"
  108. }
  109. },
  110. {
  111. "path": "pages/recharge/recharge",
  112. "style": {
  113. "navigationBarTitleText": "充值"
  114. }
  115. },
  116. {
  117. "path": "pages/bill/bill",
  118. "style": {
  119. "navigationBarTitleText": "账单",
  120. "enablePullDownRefresh": true,
  121. "backgroundTextStyle": "dark",
  122. "backgroundColor": "#f3f7fb"
  123. }
  124. },
  125. {
  126. "path": "pages/invite/invite",
  127. "style": {
  128. "navigationBarTitleText": "邀请好友"
  129. }
  130. },
  131. {
  132. "path": "pages/invite/landing",
  133. "style": {
  134. "navigationBarTitleText": "好友邀请"
  135. }
  136. },
  137. {
  138. "path": "pages/invite/list",
  139. "style": {
  140. "navigationBarTitleText": "邀请记录",
  141. "enablePullDownRefresh": true,
  142. "backgroundTextStyle": "dark",
  143. "backgroundColor": "#f3f7fb"
  144. }
  145. },
  146. {
  147. "path": "pages/webview/webview",
  148. "style": {
  149. "navigationBarTitleText": ""
  150. }
  151. }
  152. ],
  153. "globalStyle": {
  154. "navigationBarTextStyle": "black",
  155. "navigationBarTitleText": "AI在线",
  156. "navigationBarBackgroundColor": "#ffffff",
  157. "backgroundColor": "#f4f7fb"
  158. },
  159. "tabBar": {
  160. "color": "#7f8896",
  161. "selectedColor": "#0b8cff",
  162. "backgroundColor": "#ffffff",
  163. "borderStyle": "black",
  164. "list": [
  165. {
  166. "pagePath": "pages/toolbox/toolbox",
  167. "iconPath": "static/tabbar/tab_toolbox.png",
  168. "selectedIconPath": "static/tabbar/tab_toolbox_active.png",
  169. "text": "工具箱"
  170. },
  171. {
  172. "pagePath": "pages/works/works",
  173. "iconPath": "static/tabbar/tab_works.png",
  174. "selectedIconPath": "static/tabbar/tab_works_active.png",
  175. "text": "作品"
  176. },
  177. {
  178. "pagePath": "pages/profile/profile",
  179. "iconPath": "static/tabbar/tab_profile.png",
  180. "selectedIconPath": "static/tabbar/tab_profile_active.png",
  181. "text": "个人中心"
  182. }
  183. ]
  184. }
  185. }