1234567891011121314151617181920212223242526272829303132333435 |
- {
- "leftWindow": {},
- "topWindow": {},
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "landscape": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "喵缘礼堂",
- "pageOrientation": "portrait",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6",
- "mp-360": {
- "navigationStyle": "custom"
- },
- "h5": {
- "maxWidth": 1190,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F1F1F1"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": []
- }
- }
|