初始化小程序端

This commit is contained in:
2025-12-11 11:06:11 +08:00
parent a2c0d17210
commit f9988ae675
531 changed files with 235994 additions and 114 deletions

View File

@@ -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"]
}
}