123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "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"
- },
- "sitemapLocation": "sitemap.json"
- }
|