Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

252 строки
5.6 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/id-photo-history",
  76. "style": {
  77. "navigationBarTitleText": "证件照记录"
  78. }
  79. },
  80. {
  81. "path": "pages/tool/id-photo-detail",
  82. "style": {
  83. "navigationBarTitleText": "证件照详情"
  84. }
  85. },
  86. {
  87. "path": "pages/tool/portrait-photo",
  88. "style": {
  89. "navigationBarTitleText": "形象照/职业照/写真"
  90. }
  91. },
  92. {
  93. "path": "pages/tool/portrait-history",
  94. "style": {
  95. "navigationBarTitleText": "生成记录"
  96. }
  97. },
  98. {
  99. "path": "pages/tool/portrait-detail",
  100. "style": {
  101. "navigationBarTitleText": "形象照详情"
  102. }
  103. },
  104. {
  105. "path": "pages/tool/old-photo",
  106. "style": {
  107. "navigationBarTitleText": "老照片修复/上色"
  108. }
  109. },
  110. {
  111. "path": "pages/tool/old-photo-history",
  112. "style": {
  113. "navigationBarTitleText": "历史记录"
  114. }
  115. },
  116. {
  117. "path": "pages/tool/old-photo-detail",
  118. "style": {
  119. "navigationBarTitleText": "老照片详情"
  120. }
  121. },
  122. {
  123. "path": "pages/tool/work-detail",
  124. "style": {
  125. "navigationBarTitleText": "作品详情"
  126. }
  127. },
  128. {
  129. "path": "pages/tool/ai-name",
  130. "style": {
  131. "navigationBarTitleText": "AI取名"
  132. }
  133. },
  134. {
  135. "path": "pages/tool/name-result",
  136. "style": {
  137. "navigationBarTitleText": "生成结果"
  138. }
  139. },
  140. {
  141. "path": "pages/tool/name-history",
  142. "style": {
  143. "navigationBarTitleText": "历史记录"
  144. }
  145. },
  146. {
  147. "path": "pages/recharge/recharge",
  148. "style": {
  149. "navigationBarTitleText": "充值"
  150. }
  151. },
  152. {
  153. "path": "pages/bill/bill",
  154. "style": {
  155. "navigationBarTitleText": "账单",
  156. "enablePullDownRefresh": true,
  157. "backgroundTextStyle": "dark",
  158. "backgroundColor": "#f3f7fb"
  159. }
  160. },
  161. {
  162. "path": "pages/point/earn",
  163. "style": {
  164. "navigationBarTitleText": "获得点数"
  165. }
  166. },
  167. {
  168. "path": "pages/my/wechat",
  169. "style": {
  170. "navigationBarTitleText": "关注公众号"
  171. }
  172. },
  173. {
  174. "path": "pages/my/feedback",
  175. "style": {
  176. "navigationBarTitleText": "意见反馈"
  177. }
  178. },
  179. {
  180. "path": "pages/my/contact",
  181. "style": {
  182. "navigationBarTitleText": "联系我们"
  183. }
  184. },
  185. {
  186. "path": "pages/my/setting",
  187. "style": {
  188. "navigationBarTitleText": "设置"
  189. }
  190. },
  191. {
  192. "path": "pages/invite/invite",
  193. "style": {
  194. "navigationBarTitleText": "邀请好友"
  195. }
  196. },
  197. {
  198. "path": "pages/invite/landing",
  199. "style": {
  200. "navigationBarTitleText": "好友邀请"
  201. }
  202. },
  203. {
  204. "path": "pages/invite/list",
  205. "style": {
  206. "navigationBarTitleText": "邀请记录",
  207. "enablePullDownRefresh": true,
  208. "backgroundTextStyle": "dark",
  209. "backgroundColor": "#f3f7fb"
  210. }
  211. },
  212. {
  213. "path": "pages/webview/webview",
  214. "style": {
  215. "navigationBarTitleText": ""
  216. }
  217. }
  218. ],
  219. "globalStyle": {
  220. "navigationBarTextStyle": "black",
  221. "navigationBarTitleText": "AI在线",
  222. "navigationBarBackgroundColor": "#ffffff",
  223. "backgroundColor": "#f4f7fb"
  224. },
  225. "tabBar": {
  226. "color": "#7f8896",
  227. "selectedColor": "#0b8cff",
  228. "backgroundColor": "#ffffff",
  229. "borderStyle": "black",
  230. "list": [
  231. {
  232. "pagePath": "pages/toolbox/toolbox",
  233. "iconPath": "static/tabbar/tab_toolbox.png",
  234. "selectedIconPath": "static/tabbar/tab_toolbox_active.png",
  235. "text": "工具箱"
  236. },
  237. {
  238. "pagePath": "pages/works/works",
  239. "iconPath": "static/tabbar/tab_works.png",
  240. "selectedIconPath": "static/tabbar/tab_works_active.png",
  241. "text": "作品"
  242. },
  243. {
  244. "pagePath": "pages/profile/profile",
  245. "iconPath": "static/tabbar/tab_profile.png",
  246. "selectedIconPath": "static/tabbar/tab_profile_active.png",
  247. "text": "个人中心"
  248. }
  249. ]
  250. }
  251. }