You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.3 KiB
JSON

{
"pages": [{
"path": "pages/main/home/home",
"style": {
"navigationBarTitleText": "鹿和开发套件",
"enablePullDownRefresh": false
}
}, {
"path": "pages/main/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}],
"subPackages": [{
"root": "pages/dev",
"pages": [{
"path": "tool/tool",
"style": {
"navigationBarTitleText": "开发工具",
"enablePullDownRefresh": false
}
}, {
"path": "dev/dev",
"style": {
"navigationBarTitleText": "示例",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}]
}],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#333333",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/main/home/home",
"iconPath": "static/tabbar/hof.png",
"selectedIconPath": "static/tabbar/hon.png",
"text": "YO"
}, {
"pagePath": "pages/main/user/user",
"iconPath": "static/tabbar/hof.png",
"selectedIconPath": "static/tabbar/hon.png",
"text": "HA"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}