Files

35 lines
863 B
JSON
Raw Permalink Normal View History

2025-11-18 09:36:58 +08:00
{
2025-12-11 11:06:11 +08:00
"pages": [
"pages/logs/logs",
"pages/chat/chat"
2025-11-18 09:36:58 +08:00
],
"window": {
"navigationBarTextStyle": "black",
2025-12-11 11:06:11 +08:00
"navigationBarTitleText": "宝来威智能AI",
2025-11-18 09:36:58 +08:00
"navigationBarBackgroundColor": "#ffffff"
},
2025-12-11 11:06:11 +08:00
"__usePrivacyCheck__": true,
2025-11-18 09:36:58 +08:00
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
2025-12-11 11:06:11 +08:00
"lazyCodeLoading": "requiredComponents",
"plugins": {
"WechatSI": {
"version": "0.3.6",
"provider": "wx069ba97219f66d99"
}
},
"requiredPrivateInfos": ["getLocation"] ,
"permission": {
"scope.userLocation": {
"desc": "用于打卡/显示附近门店"
},
"scope.record": {
"desc": "需要录音权限以实现语音输入功能"
},
"scope.speechRecognition": { "desc": "需要语音识别权限" },
"requiredBackgroundModes": ["audio"]
}
}