123456789101112131415161718192021222324252627 |
- {
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#191919",
- "backgroundColor": "#191919"
- },
- "tabBar": {
- "color": "#FCFCFC",
- "selectedColor": "#51A937",
- "borderStyle": "white",
- "backgroundColor": "#191919",
- "list": [
- {
- "pagePath": "page/component/index",
- "iconPath": "image/icon_component_HL.png",
- "selectedIconPath": "image/icon_component_dark.png",
- "text": "组件"
- },
- {
- "pagePath": "page/component/index",
- "iconPath": "image/icon_component_HL.png",
- "selectedIconPath": "image/icon_component_dark.png",
- "text": "组件"
- }
- ]
- }
- }
|