Claw 项目完整结构提交
This commit is contained in:
60
Claw/client/wechat_app/app.json
Normal file
60
Claw/client/wechat_app/app.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"desc": "智控未来 - 企业微信智能控制系统",
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/chat/chat",
|
||||
"pages/task/task",
|
||||
"pages/user/user"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "智控未来",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#3cc51f",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "assets/icons/home.png",
|
||||
"selectedIconPath": "assets/icons/home-active.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/chat/chat",
|
||||
"iconPath": "assets/icons/chat.png",
|
||||
"selectedIconPath": "assets/icons/chat-active.png",
|
||||
"text": "聊天"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/task/task",
|
||||
"iconPath": "assets/icons/task.png",
|
||||
"selectedIconPath": "assets/icons/task-active.png",
|
||||
"text": "任务"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/user",
|
||||
"iconPath": "assets/icons/user.png",
|
||||
"selectedIconPath": "assets/icons/user-active.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"networkTimeout": {
|
||||
"request": 10000,
|
||||
"downloadFile": 10000,
|
||||
"uploadFile": 10000,
|
||||
"websocket": 10000
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
||||
}
|
||||
},
|
||||
"requiredBackgroundModes": ["audio"],
|
||||
"requiredPrivateInfos": ["getLocation"]
|
||||
}
|
||||
Reference in New Issue
Block a user