初始化小程序端
This commit is contained in:
@@ -1,15 +1,35 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/logs/logs"
|
||||
"pages": [
|
||||
"pages/logs/logs",
|
||||
"pages/chat/chat"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarTitleText": "宝来威智能AI",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
},
|
||||
"__usePrivacyCheck__": true,
|
||||
"style": "v2",
|
||||
"componentFramework": "glass-easel",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"plugins": {
|
||||
"WechatSI": {
|
||||
"version": "0.3.6",
|
||||
"provider": "wx069ba97219f66d99"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos": ["getLocation"] ,
|
||||
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "用于打卡/显示附近门店"
|
||||
},
|
||||
|
||||
"scope.record": {
|
||||
"desc": "需要录音权限以实现语音输入功能"
|
||||
},
|
||||
"scope.speechRecognition": { "desc": "需要语音识别权限" },
|
||||
"requiredBackgroundModes": ["audio"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user