app.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "pages": [
  3. "pages/ar-classic/scene-classic-video/index",
  4. "pages/index/index",
  5. "pages/basic/scene-basic/index",
  6. "pages/basic/scene-basic-alpha/index",
  7. "pages/basic/scene-basic-light/index",
  8. "pages/basic/scene-basic-animation/index",
  9. "pages/basic/scene-basic-touch/index",
  10. "pages/basic/scene-basic-visible-layer/index",
  11. "pages/basic/scene-basic-shadow/index",
  12. "pages/basic/scene-basic-video/index",
  13. "pages/basic/scene-basic-render-texture/index",
  14. "pages/basic/scene-basic-postprocessing/index",
  15. "pages/basic/scene-basic-envData/index",
  16. "pages/basic/scene-basic-share/index",
  17. "pages/gltf/scene-gltf-damageHelmet/index",
  18. "pages/gltf/scene-gltf-unlit/index",
  19. "pages/gltf/scene-gltf-animation/index",
  20. "pages/gltf/scene-gltf-morph/index",
  21. "pages/gltf/scene-gltf-light-loading/index",
  22. "pages/gltf/scene-gltf-specularGlossiness/index",
  23. "pages/gltf/scene-gltf-sheen/index",
  24. "pages/gltf/scene-gltf-transmission/index",
  25. "pages/gltf/scene-gltf-textureTransform/index",
  26. "pages/gltf/scene-gltf-lightsPunctual/index",
  27. "pages/gltf/scene-gltf-compressTextures/index",
  28. "pages/ar/scene-ar-basic/index",
  29. "pages/ar/scene-ar-2dmarker/index",
  30. "pages/ar/scene-ar-osdmarker/index",
  31. "pages/ar/scene-ar-face/index",
  32. "pages/ar/scene-ar-hand/index",
  33. "pages/ar/scene-ar-body/index",
  34. "pages/ar/scene-ar-threeDof/index",
  35. "pages/ar/scene-ar-camera/index",
  36. "pages/ar/scene-ar-vio-marker/index",
  37. "pages/ar/scene-ar-vio-depth/index",
  38. "pages/custom/scene-custom-logic/index",
  39. "pages/custom/scene-custom-render/index",
  40. "pages/scan/scene-scan-render/index",
  41. "pages/scan/scene-scan-team/index",
  42. "pages/ar-classic/scene-classic-wxball/index",
  43. "pages/ar-classic/scene-classic-perspect/index",
  44. "pages/ar-classic/scene-classic-portal/index",
  45. "pages/ar-classic/scene-classic-osd/index",
  46. "pages/ar-classic/scene-classic-face/index",
  47. "pages/template/xr-template-message/index",
  48. "pages/template/xr-template-control/index",
  49. "pages/template/xr-template-loading/index",
  50. "pages/template/xr-template-toon/index",
  51. "pages/template/xr-template-planeShadow/index",
  52. "pages/template/xr-template-geometry/index",
  53. "pages/template/xr-template-gltfEdit/index",
  54. "pages/template/xr-template-gltfAnimation/index",
  55. "pages/template/xr-template-gltfOcclusion/index",
  56. "pages/template/xr-template-gltfUVAnimation/index",
  57. "pages/template/xr-template-blendDouble/index",
  58. "pages/template/xr-template-frameEffect/index",
  59. "pages/template/xr-template-tracker/index",
  60. "pages/template/xr-template-markerCenter/index",
  61. "pages/template/xr-template-markerLock/index",
  62. "pages/template/xr-template-arLine/index",
  63. "pages/template/xr-template-select/index",
  64. "pages/template/xr-template-share/index",
  65. "pages/template/xr-template-removeBlack/index",
  66. "pages/template/xr-template-featherVideo/index",
  67. "pages/template/xr-template-arPreview/index",
  68. "pages/template/xr-template-lookat/index",
  69. "pages/template/xr-template-arui/index",
  70. "pages/scene-last-record/index",
  71. "pages/scene-beside-edge/index",
  72. "pages/physics/scene-physics-shoot/index",
  73. "pages/physics/scene-physics-throw/index",
  74. "pages/particle/scene-particle-firework/index",
  75. "pages/particle/scene-particle-portal/index",
  76. "pages/particle/scene-particle-orb/index",
  77. "pages/particle/scene-particle-shapeEmitter/index",
  78. "pages/particle/scene-particle-custom/index",
  79. "pages/particle/scene-particle-meshEmitter/index",
  80. "pages/customParticle/scene-customParticle-firework/index",
  81. "pages/customParticle/scene-customParticle-orb/index",
  82. "pages/customParticle/scene-customParticle-portal/index",
  83. "pages/customParticle/scene-customParticle-shapeEmitter/index",
  84. "pages/customParticle/scene-customParticle-meshEmitter/index"
  85. ],
  86. "usingComponents": {},
  87. "window": {
  88. "backgroundTextStyle": "light",
  89. "navigationBarBackgroundColor": "#f6f6f6",
  90. "navigationBarTitleText": "",
  91. "navigationBarTextStyle": "black"
  92. },
  93. "style": "v2",
  94. "sitemapLocation": "sitemap.json",
  95. "lazyCodeLoading": "requiredComponents"
  96. }