| 123456789101112131415161718192021222324252627 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/ocr/ocr",
- "pages/article_generator/article_generator"
- ],
- "minPlatformVersion": "2.21.0",
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "秒过",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#ffffff",
- "enablePullDownRefresh": false
- },
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "permission": {
- "scope.camera": {
- "desc": "需要使用您的相机进行文字识别"
- }
- }
- }
|