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.2 KiB
JSON

{
"pages": [{
"path": "pages/main/index/index",
"style": {
"navigationBarTitleText": "鹿和开发模板"
}
}, {
"path": "pages/main/my/my",
"style": {
"navigationBarTitleText": "我的"
}
}],
"subPackages": [{
"root": "pages/package",
"pages": [{
"path": "example/example",
"style": {
"navigationBarTitleText": "示例",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "gzh_auth/gzh_auth",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}]
}],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#333333",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/main/index/index",
"iconPath": "static/tabbar/tof.png",
"selectedIconPath": "static/tabbar/ton.png",
"text": "首页"
}, {
"pagePath": "pages/main/my/my",
"iconPath": "static/tabbar/tof.png",
"selectedIconPath": "static/tabbar/ton.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "鹿和开发套件",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}