diff --git a/pages.json b/pages.json index 1a6e66945378dc766cb9374a20c9d74faf0e7f9f..8674b8a4f93c365cc594231e664e678277a830aa 100644 --- a/pages.json +++ b/pages.json @@ -123,10 +123,37 @@ } ], "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" + "pageOrientation": "portrait", + "navigationBarTitleText": "Hello uniapp x", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#007AFF", + "backgroundColor": "#F8F8F8", + "backgroundColorTop": "#F4F5F6", + "backgroundColorBottom": "#F4F5F6", + "h5": { + "maxWidth": 1190, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F1F1F1" + } + }, + "tabBar": { + "color": "#7A7E83", + "selectedColor": "#007AFF", + "borderStyle": "black", + "backgroundColor": "#F8F8F8", + "list": [{ + "pagePath": "pages/tabBar/component/component", + "iconPath": "static/component.png", + "selectedIconPath": "static/componentHL.png", + "text": "内置组件" + }, + { + "pagePath": "pages/tabBar/API/API", + "iconPath": "static/api.png", + "selectedIconPath": "static/apiHL.png", + "text": "接口" + } + ] }, "uniIdRouter": {}, "condition": { //模式配置,仅开发期间生效