邃芒智像大屏项目
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

57 行
1.3 KiB

  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "智像相册"
  7. }
  8. },
  9. {
  10. "path": "pages/chooseStyle/index",
  11. "style": {
  12. "navigationBarTitleText": "智像相册"
  13. }
  14. },
  15. {
  16. "path": "pages/createing/index",
  17. "style": {
  18. "navigationBarTitleText": "智像相册"
  19. }
  20. },
  21. {
  22. "path": "pages/created/index",
  23. "style": {
  24. "navigationBarTitleText": "智像相册"
  25. }
  26. },
  27. {
  28. "path": "pages/camera/index",
  29. "style": {
  30. "navigationBarTitleText": "智像相册"
  31. }
  32. }
  33. ],
  34. "easycom": {
  35. // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
  36. "custom": {
  37. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  38. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  39. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  40. }
  41. },
  42. "globalStyle": {
  43. "navigationBarTextStyle": "black",
  44. "navigationBarTitleText": "智像相册",
  45. "navigationBarBackgroundColor": "#F8F8F8",
  46. "backgroundColor": "#F8F8F8",
  47. "navigationStyle": "custom",
  48. "rpxCalcMaxDeviceWidth": 1080,
  49. "rpxCalcBaseDeviceWidth": 1080,
  50. "rpxCalcIncludeWidth": 1080
  51. },
  52. "app": {
  53. "requiredBackgroundModes": [
  54. "camera"
  55. ]
  56. }
  57. }