123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/index",
- "pages/genDigitalFenshen/index"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#CBC8C7",
- "selectedColor": "#F7790C",
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "fontSize": "22rpx",
- "spacing": "5px",
- "height": "50px",
- "iconfontSrc": "static/fonts/iconfont.ttf",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/index_a.png",
- "iconfont": {
- "text": "",
- "selectedText": "",
- "fontSize": "17px",
- "color": "#333",
- "selectedColor": "red"
- }
- },
- {
- "pagePath": "pages/my/index",
- "text": "我的",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my_a.png",
- "iconfont": {
- "text": "",
- "selectedText": "",
- "fontSize": "17px",
- "color": "#333",
- "selectedColor": "red"
- }
- }
- ]
- },
- "usingComponents": {
- "nav-bar": "/components/navBar/index"
- }
- }
|