app.json 648 B

123456789101112131415161718192021222324252627
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/ocr/ocr",
  6. "pages/article_generator/article_generator"
  7. ],
  8. "minPlatformVersion": "2.21.0",
  9. "window": {
  10. "navigationBarBackgroundColor": "#ffffff",
  11. "navigationBarTitleText": "秒过",
  12. "navigationBarTextStyle": "black",
  13. "backgroundColor": "#ffffff",
  14. "enablePullDownRefresh": false
  15. },
  16. "sitemapLocation": "sitemap.json",
  17. "lazyCodeLoading": "requiredComponents",
  18. "requiredPrivateInfos": [
  19. "getLocation",
  20. "chooseLocation"
  21. ],
  22. "permission": {
  23. "scope.camera": {
  24. "desc": "需要使用您的相机进行文字识别"
  25. }
  26. }
  27. }