123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "leftWindow": {},
- "topWindow": {},
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "landscape": true
- }
- },
- {
- "path": "pages/my/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": "#909399",
- "selectedColor": "#67c23a",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home-active.png"
- },
- {
- "pagePath": "pages/my/index",
- "text": "使用说明",
- "iconPath": "static/book.png",
- "selectedIconPath": "static/book-active.png"
- }
- ]
- }
- }
|