Files
miniprogram-1/miniprogram/app.json
2025-10-05 14:03:21 +08:00

49 lines
1.1 KiB
JSON
Executable File

{
"pages": [
"pages/upload/upload",
"pages/result/result",
"pages/profile/profile",
"pages/index/index",
"pages/logs/logs",
"pages/history/history",
"pages/terms/terms",
"pages/privacy/privacy"
],
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "default",
"navigationBarTitleText": "图片识别",
"backgroundColor": "#ffffff",
"backgroundTextStyle": "light"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#007AFF",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/upload/upload",
"text": "识别"
},
{
"pagePath": "pages/profile/profile",
"text": "我的"
}
]
},
"permission": {
"scope.camera": {
"desc": "需要使用相机拍照识别图片"
},
"scope.writePhotosAlbum": {
"desc": "需要访问相册选择图片"
}
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"useExtendedLib" : {
"weui": true
}
}