app.json 371 B

12345678910111213141516
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/faceRecognition/index",
  5. "pages/entry/index",
  6. "pages/downloadPage/index"
  7. ],
  8. "window": {
  9. "backgroundTextStyle": "light",
  10. "navigationBarBackgroundColor": "#fff",
  11. "navigationBarTitleText": "AI云视频",
  12. "navigationBarTextStyle": "black"
  13. },
  14. "style": "v2",
  15. "sitemapLocation": "sitemap.json"
  16. }