邃芒智像(Uniapp : WX、TT、H5)
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

121 linhas
2.5 KiB

  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/uploadPhoto/uploadPhoto",
  5. "style": {
  6. "navigationBarTitleText": "智像"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "我的"
  13. }
  14. },
  15. {
  16. "path": "pages/index/buyCoin",
  17. "style": {
  18. "navigationBarTitleText": "购买金币"
  19. }
  20. },
  21. {
  22. "path": "pages/login/index",
  23. "style": {
  24. "navigationBarTitleText": "智像"
  25. }
  26. },
  27. {
  28. "path": "pages/uploadPhoto/success",
  29. "style": {
  30. "navigationBarTitleText": "上传成功"
  31. }
  32. },
  33. {
  34. "path": "pages/closeStyle/closeStyle",
  35. "style": {
  36. "navigationBarTitleText": "选择风格"
  37. }
  38. },
  39. {
  40. "path": "pages/closeStyle/goCreatePhoto",
  41. "style": {
  42. "navigationBarTitleText": "制作写真"
  43. }
  44. },
  45. {
  46. "path": "pages/closeStyle/multiplayer",
  47. "style": {
  48. "navigationBarTitleText": "智像"
  49. }
  50. },
  51. {
  52. "path": "pages/createing/index",
  53. "style": {
  54. "navigationBarTitleText": "生成成功"
  55. }
  56. },
  57. {
  58. "path": "pages/lookPhoto/index",
  59. "style": {
  60. "navigationBarTitleText": "作品"
  61. }
  62. },
  63. {
  64. "path": "pages/recorded/index",
  65. "style": {
  66. "navigationBarTitleText": "录音"
  67. }
  68. },
  69. {
  70. "path": "pages/protocol/user",
  71. "style": {
  72. "navigationBarTitleText": "智像相机用户使用协议"
  73. }
  74. },
  75. {
  76. "path": "pages/protocol/coin",
  77. "style": {
  78. "navigationBarTitleText": "慧拍金币充值协议"
  79. }
  80. },
  81. {
  82. "path": "pages/generateVideo/index",
  83. "style": {
  84. "navigationBarTitleText": "创建视频"
  85. }
  86. }
  87. ],
  88. "easycom": {
  89. // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
  90. "custom": {
  91. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  92. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  93. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  94. }
  95. },
  96. "globalStyle": {
  97. "navigationBarTextStyle": "white",
  98. "navigationBarTitleText": "智像",
  99. "navigationBarBackgroundColor": "#333333",
  100. "backgroundColor": "#ffffff"
  101. },
  102. "tabBar": {
  103. "color": "#ffffff",
  104. "selectedColor": "#ff4f00",
  105. "backgroundColor": "#333333",
  106. "list": [
  107. {
  108. "pagePath": "pages/uploadPhoto/uploadPhoto",
  109. "text": "创作",
  110. "iconPath": "static/creating.png",
  111. "selectedIconPath": "static/creating_selected.png"
  112. },
  113. {
  114. "pagePath": "pages/index/index",
  115. "text": "我的",
  116. "iconPath": "static/aboutMe.png",
  117. "selectedIconPath": "static/aboutMe_selected.png"
  118. }
  119. ]
  120. }
  121. }