增量提交
This commit is contained in:
@@ -1,60 +1 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
{"desc": "智控未来 - 企业微信智能控制系统", "lazyCodeLoading": "requiredComponents", "pages": ["pages/index/index", "pages/chat/chat", "pages/task/task", "pages/user/user"], "window": {"backgroundTextStyle": "light", "navigationBarBackgroundColor": "#1a1a1a", "navigationBarTitleText": "智控未来", "navigationBarTextStyle": "white"}, "tabBar": {"custom": true, "color": "#999999", "selectedColor": "#333333", "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": "任务"}]}, "networkTimeout": {"request": 10000, "downloadFile": 10000, "uploadFile": 10000, "websocket": 10000}, "permission": {"scope.userLocation": {"desc": "你的位置信息将用于小程序位置接口的效果展示"}}, "requiredBackgroundModes": ["audio"], "requiredPrivateInfos": ["getLocation"]}
|
||||
Reference in New Issue
Block a user