1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "pages": [
- "pages/index/index",
- "pages/journal/index",
- "pages/market/index",
- "pages/my/index",
- "pages/list/index",
- "pages/details/index"
- ],
- "subPackages": [],
- "window": {
- "navigationStyle": "custom"
- },
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#ffd439",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "blurEffect": "none",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "",
- "selectedIconPath": "",
- "visible": ""
- },
- {
- "pagePath": "pages/journal/index",
- "text": "杂志",
- "iconPath": "",
- "selectedIconPath": "",
- "visible": ""
- },
- {
- "pagePath": "pages/market/index",
- "text": "商城",
- "iconPath": "",
- "selectedIconPath": "",
- "visible": ""
- },
- {
- "pagePath": "pages/my/index",
- "text": "我的",
- "iconPath": "",
- "selectedIconPath": "",
- "visible": ""
- }
- ],
- "position": "bottom",
- "fontSize": "20px",
- "iconWidth": "24px",
- "spacing": "3px",
- "height": "50px",
- "midButton": {
- "width": "",
- "height": "",
- "text": "",
- "iconPath": "",
- "iconWidth": "",
- "backgroundImage": ""
- }
- },
- "usingComponents": {
- "navbar": "/components/nav-bar",
- "baner": "/components/swiper-baner"
- }
- }
|